keithclark / selectivizr

selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8.
1.71k stars 247 forks source link

Add child selector and adjacent sibling selector #20

Open ste101 opened 13 years ago

ste101 commented 13 years ago

Would it be possible to add child selector (E>F) and adjacent sibling selector (E+F) for IE6? It is great to use CSS3 selector with IE6 but there is no easy solution for this important CSS2 selectors.