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
by jQuery
    * :focus
    * plus others

blog post => 
http://blog.parkerfox.co.uk/2009/11/12/css-in-your-face-only-ie-need-to-apply/

source => http://github.com/weepy/cssie

Reply via email to