I am using jquery UI Dialog (ver 1.8) to create dialog boxes. In this dialog box, I use the datePicker plug in for display 2 calendars. Everything works fine in FF but the cals don't dispaly at all in IE. How do I got about fixing this issue? I've tried to modify the css z-index of the dataPicker to be 999999 but that didn't help.
Thanks!
EDIT: I believe this is a z-index issue. If anybody thinks it is something else, please let me know. :) Thanks