View Single Post
Old 08-14-2005, 10:24 AM   #4 (permalink)
killer_cow
Moo indeed.
 
killer_cow's Avatar
 
Join Date: Dec 2002
Location: In a grassy field :D
Posts: 140
killer_cow
Weee bit of help please....

HTML Code:
<!--Menu Header-->

<div style="STYLES" title="Expand" onClick="DO MENU STUFF">+ Menu</div>

<!--//Menu Header-->
How can I lay a DIV ontop of the Menu header DIV, Im not completely up to par with working with DIVs just now...

I've tryed working like this:

HTML Code:
<!--Menu Header-->

<div style="z-index:2; ">
<div style="STYLES" title="Expand" onClick="DO MENU STUFF">+ Menu</div>
</div>

<!--//Menu Header-->
One thing to note is, I can't use position:absolute, because I need the menuheader to be able to move, as I have several of these headers underneith each other, and when one is 'opened' the others below it are pushed further down the page.

Any ideas?

Thanks in advance.
__________________
killer_cow is offline   Reply With Quote