Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

Am using dropdownlist and datepicker in textbox ,if i select the datepicker ,it appears behind the dropdownlist,but it should display top of dropdownlist .This is the issue only in IE6.


Help me ,Its urgent.


Thanks in advance
Posted
Comments
Anand Rangaraju 20-Jan-12 4:30am    
Can u send provide ur html code. Cos' I have also used ajax calender extender for a textbox which is the target of calender extender and dropdownlist for some other item.

I dont' have any problem in doing so.

Anand
priya from Madras 20-Jan-12 5:04am    
This problem is Only in IE6.

check the z-index of your datepicker.
Also please post the css you are applying for dropdown,datepicker & textbox
 
Share this answer
 
Add Style to dropdownlist ansn datetimepicker. set z-index high for datimepicker and low for dropdownlist.

EX:
ASP.NET
<asp:DropDownList ID="ddlPerson" runat="server" style="zindex:5">
<DateTimePicker ID="dtpDate"  runat="server" style="zindex:10">
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900