I’d like to use CSS2 selectors ( parent > child, element:first-child, etc) 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?
I’d like to use CSS2 selectors ( parent > child , element:first-child , etc)
Share
UPDATED:
The Super Selectors jQuery plugin scans the page’s styles for selectors which aren’t supported by all browsers and then adds apropriate classes to elements that those CSS3 selectors are targeting.
You can also look at this CSS3 selectors for IE5/IE8 called ie-css3.js