Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS overlay over flash Re: overlay over flash

#69644
warnew
Member

I do use the z-index…

This is the CSS for the overlay (js changes the visibility)

Code:
#overlay {
background-image : url(/images/design/overlay.png);
}

#overlayContent, .overlay_hidden {
width : 400px;
background-color : white;
padding : 5px;
visibility : hidden;
z-index : 90;
position : absolute;
}