On my localhost xampp this doesn't seem to work in IE
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="ie.css" />
<![endif]-->
Why is this and how can i fix this?
ps: uploading to my server and the css conditional statement works OK
|
On my localhost xampp this doesn't seem to work in IE
Why is this and how can i fix this? ps: uploading to my server and the css conditional statement works OK |
|||
|
That code should work fine locally. Are you sure your stylesheets are in the correct order? If you have your IE overides listed before your normal stylesheet, they overrides might not be applied. Does it work properly in IE8 when you remove the conditional comment? It should. |
|||
|
|
http://localhost/ie.css) – steveax Mar 14 '12 at 21:15