1 Reply Latest reply on May 8, 2007 5:59 AM by atao

    SimpleTogglePanel and tomahawk jscookmenu

    atao

      I try to put on the same page:
      - a jscookmenu (tomahawk 1.1.5 snapshot)
      - a SimpleTooglePanel (richfaces 3.0.1 snapshot)

      Then when a submenu overlaps a SimpleTooglePanel, one or more MenuItems of the submenu are hidden by the panel header.

      I tried z-index without success.

      There is no problem with the header of a Panel.

      Any workaround?

        • 1. Re: SimpleTogglePanel and tomahawk jscookmenu
          atao

          I found the bug. It's inside ThemeOffice2003 theme.css. Need this:

           .ThemeOffice2003SubMenu
           {
           /*
           Netscape/Mozilla renders borders by increasing
           their z-index. The following line is necessary
           to cover any borders underneath
           */
           z-index: 100;
           }