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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do I display a < div > on top of a < SELECT >?

Status
Not open for further replies.

vilaishima

Programmer
Jun 16, 2003
16
ZA
I need to know how to display a div on top of a select. I have a page that lists tooltips in a < div > as you hover over the various < SELECT > tags. The problem is that the < div > is always displayed behind the < select >. The z-index also has no effect on this. Any help?
 
You cant zorder over a select box. The select box is always on top of other objects. Its the only type of input that has this problem. sorry
 
that's absolute truth. however......
check this web site for some ideas.

They build a pretty cool tool to create menus and they came up with a work around for the <Select> problem.

hope helps or at least gives you a tip or two.

grtfercho çB^]\..
&quot;Imagination is more important than Knowledge&quot; A. Einstein
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top