I’ve tried this with and without customizations to the CSS of Nice Menus and so I know it just isn’t my customizations of the CSS.
I am trying to create several horizontal menu bands, some without children some with. The problem is that the children seem to hide behind other parents. This happens in every browser except IE6 where it displays the children perfectly. I’ve discovered that you can resolve this issue by setting the CSS display of the ul.nice-menu to static, however that removes compatibility with IE 6. I have the bands below the primary navigation set up as blocks and when editing the site the “edit block on hover” option, somehow forces the children in front of the other parents (which is ideal, and the reason why I didn’t discover this issue until I logged out and tested the site from the anonymous browsers perspective).
The attached image shows the problem without my customizations. Any advice/assistance would be greatly appreciated!
| Comment | File | Size | Author |
|---|---|---|---|
| Children Hiding Behind Other Parents | 38.84 KB | rbrownell |
Comments
Comment #1
rbrownellI resolved the issue by changing a containing DIV, though it may be a good idea to ensure that this, for future versions is not an issue.
Comment #2
add1sun commentedComment #3
lindsayo commentedYou said you changed a containing DIV - what did you change about it?
This is what I am seeing (IE7): http://grab.by/BPq
Comment #4
rbrownellYou need to change the z-index of the children.