layer over slideshow with z-index is uneditable

Permalink
I have a layer that is positioned over a slideshow:
http://regandrego.com/concrete_stable/index.php/our-comics/cooper-r...
I've set the layer to have a z-index of 10 so that it always stays above the slideshow. Unfortunately, with a z-index set that layer is not editable.

Any ideas?

thanks,
Anthony

apc123
 
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
It's never a good idea to put a layer over something that you wish to be editable. The only way around something like this that I can think of would be to have a style that over-rides the main one when you're in edit mode. It's sort of the same approach as to disabling a script while in edit mode, so perhaps the same principle could be applied to styling.
apc123 replied on at Permalink Reply
apc123
Perfect.

I also had to set the z-index back to zero in edit mode.