It appears that the new IE8 (when in IE8 standards mode) will not work 
correctly when you have both inline and linked style sheets...if you're in 
quirks or ie7 mode its fine, but the moment you switch to IE8 standards mode 
(for both broser and docMode) your linked styles are gone!

<!--[if gte IE 8]> <!-- Not recognized unless in quirks/ie7 mode -->
    <link href="css/ie8.css" rel="stylesheet" type="text/css" title="ie8">    
<![endif]-->

test example --- http://mtroadwines.com/ie8test.htm

Thanks everyone,
-------
- Allen 


      
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to