Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I ve a datepicker in a textbox and use dropdownlist etc..,When i click tat textbox ,it shows datepicker in popup(using jquery).But the issue is ,in IE6 datepicker displays behind the dropdownlist.but other browser lik mozilla and chrome displays correctly .How to solve this ?


This is code
ASP.NET
<table>
<tr>
<td>
<input id="date" name="date"  önclick="javascript:NewCssCal('ctl00_MainContentPlaceHolder_deliveryTime','ddMMyyyy')"/> 
</td>
</tr>
<tr>
<td>

<asp:DropDownList ID="creditCardTypeList" CssClass="DropDownTxtBob-cardtype" runat="server" OnChange="enableText();"/>
</td>
</tr>
</table>



Help me?
Posted
Updated 28-Feb-12 2:26am
v3

1 solution

What do you mean "datepicker in poopup(using jquery)"? Are you using the JQuery UI datepicker? AFAIK it should work.
 
Share this answer
 
Comments
priya from Madras 28-Feb-12 8:27am    
sorry just now i saw , it was popup

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