Closed (fixed)
Project:
Nice Menus
Version:
6.x-2.x-dev
Component:
Theme Compat
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2009 at 21:48 UTC
Updated:
3 Mar 2009 at 15:10 UTC
I've set up nice menus for secondary links that expand downwards but the first 2ndary link appears over the lower half of the primary link. The links have about 20px of padding.
I've been able to move the secondary links down using this:
ul.nice-menu ul li {
display: block;
position:relative;
top:28px;
}
But now the lower half of the primary link (the area where the 2ndary link was before repositioning) is no longer clickable and doesn't change colour on mouse over. The 2ndary 'ul' block appears to be covering this up. I tried playing with z-index to no avail.
I'm not a real CSS whizz so if someone could just explain what determines the positioning of the 2ndary links that might help.
Any suggestions appreciated.
| Comment | File | Size | Author |
|---|---|---|---|
| nice_menu_prob.png | 730 bytes | pogle |
Comments
Comment #1
pogle commentedI've fixed this by setting the stacking order as follows:
Comment #2
pogle commented