I've got the same issue and adding the z-index now brings the calendar
on top of the dialog but when I click on the drop-down menus to select
month or year all the options are hidden behind the dialog, the only
visible option is the currently selected month and year.

I have tried changing the z-index on the select list for .ui-
datepicker-month and .ui-datepicker-year but it doesn't help.
Any suggestions?


On Dec 14, 6:09 pm, Angelo Hulshout <angelo.hulsh...@gmail.com> wrote:
> Thanks, that solved the issue.
>
> Angelo
>
> On Dec 13, 7:58 pm, Nate Laws <natel...@gmail.com> wrote:
> >Datepickerdoes not have azIndexoption.  Instead you have to set it with
> > CSS.  Something like this should be enough:
>
> > .ui-datepicker{z-index: 2000; }

--

You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to