Accessibility

CSS Advisor

CSS pop ups do not show in Internet Explorer

by Thierry Koblentz on December 18, 2006 Avg Rating 3.4 (5)   |   Log in to rate post.

Tagged with Display , Explorer 6.0 , Explorer 5.0 , display , pop up , Explorer 5.5 , Internet Explorer , Explorer for Mac , span , hover

Problem

CSS pop ups (elements nested in anchors) do not show when hovering over the link.

Solution

Specify a a:hover {} rule to style the element differently (using a property other than "color").

Detailed description

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;}


Test case

Read Claire Campbell's article for more workarounds.





Text ID:



Comments (0)

To add a comment, please Log in.








CSS Advisor home
Submit a post

rss

CSS ADVISOR RSS FEEDS
Recent: POSTS | COMMENTS | EDITS


Browsers
Internet Explorer (45)
Mozilla/Firefox (16)
Opera (7)
Safari (13)
CSS Properties
Background (6)
Border (3)
Color (1)
Float (15)
Font (1)
Margin (6)
Padding (4)
Position (15)
Text (13)
Width/Height (9)