Greg,
I believe I came across the same problem as you. The problem I was
having occurred when instantiating the datePicker to an input field.
After "tying" the datePicker instance to the input field, jQuery UI
would add a datepicker div element to the end of the body element,
causing an unwanted height increase to the body element.
As I couldn't find any documentation on this either, I resolved the
problem using the following CSS:
#ui-datepicker-div{display:none;}
Let me know if this helps!
--~--~---------~--~----~------------~-------~--~----~
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=en
-~----------~----~----~----~------~----~------~--~---