tags:

views:

38

answers:

1

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

A: 

It doesn't sound like a z-index issue. If you get nothing at all in IE, there's a Javascript problem I've come across where an array with a final comma fails in IE. Remove the final comma and it works... just a shot in the dark.

Dave Everitt