Issue Details (XML | Word | Printable)

Key: APF-1203
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Matt Raible
Reporter: Juan Antonio
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse

drop-down menu disappears when the pointer passes over another tab

Created: 02/Jun/10 08:11 AM   Updated: 02/Jun/10 08:16 AM
Return to search
Component/s: Web - General
Affects Version/s: 2.1.0-M1
Fix Version/s: 2.1.0-M2

File Attachments: 1. File nav-horizontal.css (4 kB)

Environment: Windows Vista, Firefox 3.6 Internet Explorer 8.0


 Description  « Hide
Trying to select an item, from a drop-down menu, in the horizontal navigation tab, the menu dissapears when the pointer passes over another tab. This can be fixed using the z-index property in the css file where the menus styles are defined.

ul#primary-nav { z-index:1; }

ul#primary-nav ul { z-index:2; }

Matt Raible made changes - 02/Jun/10 08:16 AM
Field Original Value New Value
Fix Version/s 2.1.0-M2 [ 10210 ]