Connecting Tech Pros Worldwide Help | Site Map

bring to front a list box in asp.net

Newbie
 
Join Date: Apr 2009
Posts: 11
#1: Sep 15 '09
i created a list box using div at runtime. below tat i placed a dropdownlist. that list box wil displays behind the dropdownlist. Could u help me to bring front that the list box.......


i have tried with z-index but no use..
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,066
#2: Sep 15 '09

re: bring to front a list box in asp.net


Why would you want your DropDownList to drop down behind something?
The user won't be able to see any of the values they can select from.......it'll be covered.

z-index will work except you have to use specific position styles with it.
See here for more information about the z-index css style.
Reply