Hi,
I am developing locally so unfortunately don't have a link at the moment.
I have a piece of javascript which adds an overlay to the my site to make it look like the lights have dimmed.
This is done using a
png as a background-image, and works fine but for one issue.
Because the div with the backgroud image is on top of all other divs, it means I can't click anything underneath it. I know why this is but don't have a solution to it. I have z-indexded it below the rest of the site but then the effect is ruined by backgrounds on other divs.
So the problem is:
A div overlayed over the whole site, absolutely positioned, disables all actions underneath it as it is the top layer. (just like a lightbox, excpet my content is below the lightbox)
Does anyone have a solution?
Mike