Previous Message
Next Message

conditional styles don't seem to apply - why?

Sent by mem on 13 January 2012 12:12


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 [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread: