
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
1.
nav-horizontal.css (4 kB)
|
|
Environment:
|
Windows Vista, Firefox 3.6 Internet Explorer 8.0
|
|
|
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; }
|
|
Description
|
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; } |
Show » |
Sort Order:
made changes - 02/Jun/10 08:16 AM
| Field |
Original Value |
New Value |
|
Fix Version/s
|
|
2.1.0-M2
[ 10210
]
|
|