Unfortunately there currently isn't an option to change the the z- index without actually changing the stylesheet.
See issue: http://code.google.com/p/jquery-datepicker/issues/detail?id=43 Just add a z-index of 1003 to ui-datepicker in your stylesheet: .ui-datepicker { width: 17em; padding: .2em .2em 0; z-index: 1003; } On Oct 30, 12:41 pm, Coop <[email protected]> wrote: > I want to include the date picker inside of adialogui tool.... I am > assuming thez-indexwill be a factor. > > Has anyone successfully implemented this? -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=.
