I'm curious why you're surprised that the menu is "even still functioning!" Why would it stop functioning? I'm not familiar with this add on. But I'm curious why someone would try to access the menu when they're looking at the lightbox'd image? Anyway, I can't think of any way to stop it from functioning (and by the way, it actually doesn't function in Firefox - go figure), but to get it behind the transparent black mask is to change #overlay's z-index to 1000 as well:
#overlay {
-moz-opacity:0.6px;
background-color:#000;
filter:alpha(opacity=60);
height:500px;
left:0;
opacity:0.6px;
position:absolute;
top:0;
width:100%;
z-index:90;
}
Perhaps this adjustment will fix the functioning issue as well?![]()



Reply With Quote
It's user error.

