[OT] Fixing IE's CSS with jQuery

[OT] Fixing IE's CSS with jQuery

Not strictly jQuery Dev, but you guys might find it an interesting
technique :
Cssie => 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
http://blog.parkerfox.co.uk/2009/11/12/css-in-your-face-only-ie-need-to-apply/
http://github.com/weepy/cssie
cheers
J
--