What is preferred method to use newer CSS3 selectors in IE 8 and 7? Fireofx, Chrome, Safari and Opera has better CSS selectors support compare to IE.
Is there a lightweight way to enable support for all secetors in IE. I’m not asking about feature detection (Modernizr) and to emulate CSS3 effects (PIE) in IE.
I’m asking to use all selectors in IE . So when I will be writing CSS I can optimized my css and html wisely use new selectors.
I already use Modernizr (including HTML Shim), jQuery almost in all projects. I know about IE7.js but I want to know if there is any other better alternative because IE7.JS sometime break the layout when we add it existing websites.
Selectivizr is designed specifically to do this.