2008/8/27 Stan McCoy <[EMAIL PROTECTED]>:
> Greetings ­ Can you tell me what is wrong with the following conditional
> comments for IE? It appears near the top of my Head for each HTML page,
> below META tags and Title.
> The standard css file is overriding the IE6 and IE7 specific versions.

Hi Stan,

the order of conditional comments and "standard" CSS is wrong.

As the IE6 and IE7 stylesheets shall override certain rules of your
standard stylesheet, they have to be added AFTER your standards
stylesheet.
(This is part of the C in CSS: http://www.w3.org/TR/REC-CSS2/cascade.html )

Cheers,

jens

-- 
Jens Brueckmann
http://www.yalf.de
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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