DatePicker and Screen Position??
Maybe I am doing something goofy here, but I am stuck...
I have a form that I basically split in 2 using CSS. I have the top
of my form "locked" into position using a div tag (height of 50) and
then I have my "bottom" div tag as the remainder of my form.
Using css, I turn off the overflow on the body tag and then active the
overflow on the bottom div. Basically allows me to have a static
action bar at the top of my form and a scrollable form below.
My issue... I love the datepicker plugin and really like how it
works. My issue is that it seems to set the position of the calendar
beneath my field when the "document is ready". So when I scroll my
screen to get to other fields, if the position of my field changes,
when I click in the field my calendar shows up at the original
position, and not "attached" to the bottom of my field.
Make any sense?
I have poked around in the datepicker.js file, but to be honest, I
have no idea what I am doing... is there a way for me to "move" that
calendar to the position of the field, after my screen has scrolled.
FYI... if I turn off my "fixed" action bar and let the entire screen
sroll... I don't have an issue... but my users consider that a must
have feature. (Got the idea from Jake at www.codestore.net if you
need more info... fixed position action bar to see what I am doing.)
Thanks in advance.
-Troy