JavaScript and client side scripting.
Moderator: General Moderators
abrusky
Forum Newbie
Posts: 15 Joined: Wed Apr 05, 2006 2:05 pm
Location: Clearwater FL
Post
by abrusky » Wed Apr 26, 2006 1:17 pm
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
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Wed Apr 26, 2006 1:43 pm
set the z-index higher.
abrusky
Forum Newbie
Posts: 15 Joined: Wed Apr 05, 2006 2:05 pm
Location: Clearwater FL
Post
by abrusky » Wed Apr 26, 2006 1:52 pm
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?
John Cartwright
Site Admin
Posts: 11470 Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:
Post
by John Cartwright » Wed Apr 26, 2006 1:57 pm
add
or alike (a higher value) to the drop down menu
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Wed Apr 26, 2006 1:58 pm
You've already headed into dangerous waters by using positioning everywhere. Why is everything positioned?
abrusky
Forum Newbie
Posts: 15 Joined: Wed Apr 05, 2006 2:05 pm
Location: Clearwater FL
Post
by abrusky » Wed Apr 26, 2006 3:07 pm
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.