Click here to Skip to main content
15,887,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there a fix for the IE6 bug that causes the calendar popup to display behind dropdownlist ?

Actually am using the javascript calender ,i am using the calendar in input control textbox,but in IE the calendar display behind the dropdownlist , but i need to display above the dropdown.How can i do?


<script src="js/CalendarPopup.js" type="text/javascript"></script>


<input type="text" id="dateofbirth" name="dateofbirth" maxlength="25" runat="server"
önclick="javascript:NewCssCal('ctl00_MainContentPlaceHolder_dateofbirth','ddMMyyyy')" />
Posted
Updated 29-Feb-12 4:06am
v3

1 solution

You could start here[^]. If that doesn't have a solution search for yourself - there is a ton of stuff out there.

I sympathise if you are still forced to develop for IE6: I recently worked in a company that had 50000 users still on IE6 with no immediate plans to migrate though I seem to recall developing around that issue by moving things around on the page as I don't remmeber there being a simple or straightforward fix. Good luck!
 
Share this answer
 

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