PDA

View Full Version : disappearing menu


CraigR
03-21-2010, 02:27 AM
when displaying a ribbon fullsize with lightbox gallery, the submenu items on my menu, created with CSSMW, disappear when hovering over the full sized image, so it isn't possible to choose a menu item.

http://www.test3.stonepits.com/gallerypages/finallayout.php?gallerypageid=1

this page shows a ribbon with fullsize image by default.

choose Gallery -> Wildlife -> Cute Animals to reveal a different gallery with lightbox.

now try choosing Gallery -> Wildlife -> Webassist Images, and as soon as the cursor hovers over wildlife, the submenu disappears.

It only appears to be a problem with galleries with lightbox

neilo
03-21-2010, 11:11 AM
In menu.css, changing the z-index in ul#cssmw0 li from 100 to 999 seems to work (testing with firebug).

ul#cssmw0 li {
background-image: none;
float: left;
padding: 0 0 0 0;
position: relative;
white-space: nowrap;
z-index: 999; /* Was 100 */
}

CraigR
03-21-2010, 11:47 AM
yet again, you sorted it.

i was sure i already considered z-index, obviously not.

999 seems to sort it out.

thanks again