Thanks Rob, didn“t realize that about the postion: relative on the navbar div. 
I will try it out thanks a lot


Rob O'Rourke <[EMAIL PROTECTED]> wrote:  ed gooddy wrote:
> Hi all,
> The navimager div 
> #navimager {
> z-index: 9; left: 250px; float: left; width: 186px; position: relative; top: 
> 0px; height: 90px
> }
> 
> in this page http://www.villa-corti.com/menus.htm has the highest z index but 
> it overlaps the other divs. Why? How can I make it go to background(not as a 
> background iamge) Thanks
> 
>
> 
Alright Ed,

I added position:relative to #navbar and that did the trick, z-index 
only works on elements that are positioned relatively, absolutely and 
fixed. I've not tested z-indexing fixed boxes so I don't know much about 
how it's handled cross-browser except that IE6 doesn't natively support 
position fixed.

Hope that helps,
Rob
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


                
---------------------------------
 All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease 
of use." - PC Magazine
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to