Previous Message
Next Message

[css-d] Me and my z-index, again

Sent by Francois Gagnon on 30 September 2002 17:05


If you could take a look at http://www.siegelet.com/hiver/index.htm and tell
me why the blue background under the left menu does not show in Gecko based
browser.
Here is what I've found so far (Thanks to Eric for most of this info)

My background is an absolute positioned image.
When I give it a negative z-index, everything work fine except in Gecko.
Eric told me that it is because Gecko give the body element a z-index of 0
so anything negative get under it.
Making the background of body transparant did'nt help me at all. Giving a
positive value to the body and even the html element did no good either.
Giving the background a positive z-index make it go over everything and now
I have no menu.

Anyone can help me on this, I am out of idea.
Thanks
Previous Message
Next Message