Hello all,

I have this on my application:

<!--[if lt IE 9]>
                                <link rel="stylesheet" href="badbrowser.css"/>
<![endif]-->

Earlier I have declared the main.css (the one valid for all), with this:

#some-selector {
        width: 16em;
}


On this badbrowser.css  I have:

#some-selector {
        width: 14em;
}


But when I look on IE8 he get's width:16em; no matter what.

I can absolutely guarantee that the selector is the same. 


What am I doing wrong? Is the the expected behavior ?




k. regards,
mem

______________________________________________________________________
css-discuss [css-d@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