What is the replacement for the child selector ?
Posted
by Ryan Shripat
on Stack Overflow
See other posts from Stack Overflow
or by Ryan Shripat
Published on 2009-01-12T19:36:07Z
Indexed on
2010/05/19
18:20 UTC
Read the original article
Hit count: 213
Since IE6 does not support the child selector (see http://kimblim.dk/csstest/#ex1), what is the alternative when dealing with this browser?
I do not want to modify the markup, and I'd much much prefer a CSS-only solution...
And yes, it is the direct child that I wish to target.
Thanks!
© Stack Overflow or respective owner