I am stuck trying to figure out why my jquery datepicker is showing up above the input field instead of below it.
Here is the link --> http://jsfiddle.net/HerrLoop/dVfP2/3/
Click on the input field.
Note that if you change the main h1 tag to:
<h1></h1>
Then the datepicker loads up as it should, below the input field.
Why is this?
Thanks for your help.