Page 1 of 1

Drop down is going behind text...

Posted: Wed Apr 26, 2006 1:17 pm
by abrusky
The problem I am having is the dropdown from the nav is going behind the text on the page. The text is in a text box how do I get the drop to go over the text?

View my problem here: http://www.sourcedocsinfo.com/staff_2.html

Posted: Wed Apr 26, 2006 1:43 pm
by feyd
set the z-index higher.

Posted: Wed Apr 26, 2006 1:52 pm
by abrusky
I am not using z-index and am unfamiliar with it. I know it is used to control stacking but have been told to stay away from it. How would I add it?

Posted: Wed Apr 26, 2006 1:57 pm
by John Cartwright
add

Code: Select all

style="z-index: 100"
or alike (a higher value) to the drop down menu

Posted: Wed Apr 26, 2006 1:58 pm
by feyd
You've already headed into dangerous waters by using positioning everywhere. Why is everything positioned?

Posted: Wed Apr 26, 2006 3:07 pm
by abrusky
Just tried to do a quick fix. the whole page used to be one big image w/ no text but it was taking forever to load, he wants the text to lineup the way it is and I just used the layout mode in GoLive to get it done fast.