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
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
2 matches
Mail list logo