I've been trying to encorporate Paul Irish's take on conditional styles here:
http://paulirish.com/2008/conditiona...nswer-neither/
I have been banging my head against the wall for a few hours trying to figure this out. I thought maybe someone here could point out something obvious I'm missing.
I've specified the conditional statements here:
http://web-freeze.com/new/about.html
The corresponding ie6, ie7, ie8 classes are in my css stylesheet:Code:<!--[if lt IE 7]><html class="ie6" lang="en"><![endif]--> <!--[if IE 7]><html class="ie7" lang="en"><![endif]--> <!--[if IE 8]><html class="ie8" lang="en"><![endif]--> <!--[if gt IE 9]><!--><html><!--<![endif]-->
http://web-freeze.com/new/styles/webfreeze.css
I also tried manually putting in the styles inside the conditional statements here. That doesn't appear to be working either.Code:.ie6 #sidebar nav, .ie7 #sidebar nav, .ie8 #sidebar nav { background-color: #d5d2c9; border: 1px solid #b5b2ac; }
Anyone see anything out of place?
Thanks,
DG


Reply With Quote



Bookmarks