Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mouse Over Menu Buttons

Status
Not open for further replies.

RussOSU

Technical User
Apr 16, 2001
93
US
I have created a vertical menu in which I have pop/pull down menus work off of. The menus work and I am able to do what I want. The problem that I am having though is that when I enter data, such as the database forms I am putting on this page, the menus are not on top of the data rather the other way around. Is there any HTML code or Javascript that will help me fix this. The database is programmed in vbscript.
 
you can alter the z-index style attribute of an element. the higher the z-index, the higher it is in the stacking order (so, a z-index of 2 is beneath a z-index of 3). you can access z-indexes via script with:

element.style.zIndex jared@eae.net -
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top