Thread: <!--[if IE 6]>
View Single Post
02-28-2007, 12:53 AM
#5
Garyrae is offline Garyrae
Status: Request a custom title
Join date: Dec 2005
Location: Colchester, UK
Expertise:
Software:
 
Posts: 4,625
iTrader: 16 / 100%
 

Garyrae is on a distinguished road

Send a message via MSN to Garyrae Send a message via Skype™ to Garyrae

  Old

Originally Posted by Wonderboy View Post
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.
But it will also work in other browsers too then...