
Originally Posted by
isntworkdull
hi again guys
Can you tell me how i put declarations inside conditional statements?
i put this on my site initially :
<!--[if lte IE 6]>
<link href="style6.css" rel="stylesheet" type="text/css"/>
<![endif]-->
and it fixed my site in IE6, the only changes i made to the style sheet from the normal one, was to float a coloumn to the right instead of left, but after reading Nyne lyvez post about bad practise, i tried simply putting :
<!--[if lte IE 6]>
#rightcolumn {float:right;}
<![endif]-->
but this didnt fix anything... what have i done wrong here?
is it as simple as adding <style type="text/css"> #rightcolumn {float:right;} </style> ?
thanks
James
Bookmarks