CSS pop ups (elements nested in anchors) do not show when hovering over the link.
Specify a a:hover {} rule to style the element differently (using a property other than "color").
Internet Explorer v. 5 and 6 fail to reveal nested elements in anchors when the cursor hovers over the links.
A workaround is to make sure the stylesheet includes a a:hover {} rule that style the elements differently.
For example:
a:hover {border:transparent;}Read Claire Campbell's article for more workarounds.
To add a comment, please Log in.