Re: [jQuery] CSSIE => jQuery plugin to fix IE's CSS

2009-11-12 Thread Andrei Eftimie
Cool. So we'd only need to use these selectors in an external CSS file, and it should work? I'm usually adding manually some extra classes for IE6 for these kind of things (when they cannot be avoided at all). So I am making sure that it applies only to the elements I need fixing. Is the performa

[jQuery] CSSIE => jQuery plugin to fix IE's CSS

2009-11-12 Thread weepy
Plugin for jQuery providing native support for missing CSS in IE. Currently provides: * E > F (direct descendant) * :hover (normally only available to a tags) * E + F (sibling) * [rel=attr] (attribute selection) * :first-child and any other selectors containing : and supported