Hello people,

I use a STRICT doctype that validates 100% XHTML and 100% CSS.

I want to feed all Internet Explorers lower than IE7 a seperate stylesheet.

When using...
===========================
    CONDITIONAL COMMENT
    <!--[if lte IE 6]>
    <link href="css-ie.css" rel="stylesheet" type="text/css" />
    <![endif]-->
===========================

..which is, as far as I know, the correct syntax, the css-file is not 
applied to IE5.0, IE5.5 and IE6

After removing the space between "IE" and "6" it suddenly works, but then 
IE7 seems to ONLY read 1 statement in the seperate css file (a height: 100% 
statement; which I know is a dangerous one) and applies it in a wrong way. 
Other properties of the same selector are ignored.

I also tried "lt IE7" instead; same problems.

Does anybody understand what is going on here? I am lost...

Thanks,
Kor 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to