
Originally Posted by
gareththomasnz
Hi folks - very nice menu & it works fine
However I want my site to have an Amazon like look & the Amazon Mega Menu has a white background and displays a dark lightbox effect covering everything except the menu & header
I wonder does anybody have the CSS code to do this?
I assume its a Z-layer with opacity & layer is a depth below the header & menu which displays on hover?
I would like to get it working this afternoon fingers crossed
Heres my additional CSS:
Code:
/*LightBox Effect*/
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
Bookmarks