I downloaded a Datepicker from the net and modified it a little bit according to my need. It works fine, but I have a small problem.
The calendar dropdown gets buried under the DropDown list that is just below the date picker.
Could you please help?
Thanks
This is an IE Bug (the geniuses developing IE6 decided to use windows controls). You’ll need to place an iframe on top of the dropdown element, and the calendar popup on top of that…most pickers like jQuery UI for example, do this.