| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jun 2007
Posts: 21
|
Help with CSS layout, whats wrong?!
Arbor Pro Tree Experts Mouse over the navigation and you will see the problem. How do I make the content layer go down so the navigation lays over it? |
|
|
|
|
|
#2 (permalink) |
|
Semantics, yay.
Join Date: Nov 2005
Location: Salem, Massachusetts
Posts: 1,128
|
Set the drop-down portions to 'display:relative;', and give them a z-axis of 'z-index:10;' Then, do the same for the content element; set it to 'display:relative;', and give its z-axis something with a lower value, like 'z-index:5;' That should do it. |
|
![]() |