ahhh... the lovely IE index problem.

Try setting the index of input that is calling the datepicker.

I believe IE will use that index of the input for the datepicker... no
matter what you set the z-index as.

example:

<input type=text" id="tbOne" ... style="z-index: 300;" />
<input type=text" id="tbTwo" ... style="z-index: 200;" />
<input type=text" id="tbThree" ... style="z-index: 100;" />

Hope this makes sense.

On Feb 12, 9:23 am, Joshua Langner <joshua.lang...@gmail.com> wrote:
> I have tested this and found a couple of problems with this approach.
>
> The z-index of the dialog will dynamically change.
>
> The datepicker still appears under the dialog in IE6. Even with the z-
> index set to 9999
>
> Thanks,
>
> Josh
>
> On Feb 12, 3:03 am, Stephan Veigl <stephan.ve...@gmail.com> wrote:
>
> > Hi,
>
> > set the CSS z-index of the datepicker to 1002.
>
> > see:http://groups.google.at/group/jquery-en/browse_thread/thread/b5d95026......
>
> > by(e)
> > Stephan
>
> > 2009/2/11 Joshua Langner <joshua.lang...@gmail.com>:
>
> > > I can't seem to get the Datepicker working inside a Dialog. When the
> > > user clicks on the relevant text field, the Datepicker spawns
> > > underneath the dialog box so I can't see it. When the dialog box
> > > closes, the Datepicker is still visible :-(
>
> > > Am I setting this up wrong?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@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