View Single Post
Old 25-06-2007, 21:37   #2 (permalink)
herkalees
Semantics, yay.
 
herkalees's Avatar
 
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.
__________________
  Reply With Quote