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.