dropdownlist on the top

  • Thread starter Thread starter volkan
  • Start date Start date
V

volkan

Hi i have a question about drop down list.

DropDownlist control is always in the top of all layer so when i try fetch a
textbox, label, etc. under the drop down list control, it is appearing on th
top of all.
What can i do.
 
That is a quirky thing about browsers these days. Drop-down list boxes are a
problem when you use Z-indexing. Some possible alternatives:

1. Hide the drop-down when it is covered (make it invisible)
2. Create a custom drop-down list control that uses divs to build a
drop-down list box.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
Back
Top