Page 1 of 1

submenu out of div

Posted: Thu May 26, 2005 11:10 am
by TNTH
I'm having a problem with my phplayermenu.

My website is build up like this:

|div header |
|div menu  |
|div content|

Know I want the menu to be horizontal with submenu's. The problem here is that it won't show the submenu's. I tried it with overflow: visible & auto, but then I get scrollbars!

How can i solve my problem and make sure that the submenu is shown inside the contentdiv.

Re: submenu out of div

Posted: Tue May 31, 2005 9:36 pm
by Olaf
did you specify the Z correctly? If you put in a double z-number (layer on top of other layer by number)  there are problems with css showing divs in the right way.

Re: submenu out of div

Posted: Wed Jun 01, 2005 8:17 pm
by TNTH
I didn't use any z-index. I changed it now and it works almost perfect (but that has nothing to do with the z-index).

Thanx Olaf.