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

Why is my dropdown transparent in IE7

Status
Not open for further replies.

FancyPrairie

Programmer
Oct 16, 2001
2,917
0
0
US
I have set the background-color to white for the dropdown and have set the z-index property to 3000. But it is still transparent and falls behind other controls. My code looks something like this:

<div ...>
<select style="z-index: 3000; background-color: white; overflow: visible...></select>
.....
</div>

What am I doing wrong?
 
Nevermind. My z-indexes were not correct for other div tags on the page.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top