Hi! I read that IE 8 accepts child selectors. But it does not seem to work for my IE8 (Spanish version if this even matters).
#div > p{background-color: blue;}
========================
<div id="div">
<p>Shoud work here!</p>
<div>
<p>and not here</p>
</div>
</div>
It works for firefox and not for internet explorer. What could be happening?