add a second stylesheet (conditionally)
-
I would like to load a second style sheet to add some CSS for Internet Explorer only. I think I have the right code but I am not sure where to put it. Any help would be greatly appreciated.
<!–[if IE ]>
<link href=”cssforie.css” rel=”stylesheet” type=”text/css”>
<![endif]–>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘add a second stylesheet (conditionally)’ is closed to new replies.
