Thread: <!--[if IE 6]>
View Single Post
02-28-2007, 12:34 AM
#4
Steven Fergus is offline Steven Fergus
Status: Hey, I'm Steven
Join date: Feb 2007
Location:
Expertise:
Software:
 
Posts: 1,212
iTrader: 3 / 100%
 

Steven Fergus is on a distinguished road

  Old

That made no difference.

IF i type:

<link rel="stylesheet" type="text/css" href="style.css" />
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="ie6-style.css" />
<![endif]-->

then it doesn't load the stylesheet properly for some reason, if i just put:

<link rel="stylesheet" type="text/css" href="ie6-style.css" />

It works in IE, strange.