itemmenu hidden by other tags
Brought to you by:
coconut
I put on the same page:
- a jscookmenu (tomahawk 1.1.5 snapshot)
- a SimpleTooglePanel (richfaces 3.0.1 snapshot)
Under FireFox 1.5, everything is fine with ThemeOffice, ThemeIE... but with ThemeOffice2003, when a submenu overlaps a SimpleTooglePanel, one or more MenuItems of the submenu are hidden by the panel header.
To get everything ok, I just added:
.ThemeOffice2003SubMenu
{
z-index: 100;
}