View Single Post
Old 07-10-2006, 05:24   #5 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,206
This is local and remotely. It's the first time I've used conditional comments over the mid-pass filter.

Code:
<link rel="stylesheet" type="text/css" href="/wip/css/main.css" media="screen" /> <!--[if lte IE 5.5]> <link rel="stylesheet" type="text/css" href="/wip/css/ie5win.css" media="screen" /> <![endif]--> <!--[if IE 6]> <link rel="stylesheet" type="text/css" href="/wip/css/ie6.css" media="screen" /> <![endif]-->

The conditional comments are rendering as if all my versions of IE are v6. To test I'm having to keep removing and adding the comments.

edit - seems you can fix the problem by editing the registery. http://www.positioniseverything.net/...s/multiIE.html (Repairing Conditional Comments)
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
  Reply With Quote