CSS Pseduo-selectors and IE
Posted
by Nimbuz
on Stack Overflow
See other posts from Stack Overflow
or by Nimbuz
Published on 2010-03-16T15:15:24Z
Indexed on
2010/03/16
15:21 UTC
Read the original article
Hit count: 274
I'd like to use css pseudo-selectors ( parent > child
, element:first-child
) in my stylesheet but IE6 doesn't seem to recognize those. Is there any plugin (jQuery preferably) that would allow me to use pseudo-selectors freely without worrying about the damned IE6?
Thanks
© Stack Overflow or respective owner