Anders wrote:
> On 12/7/06, Kelvin Luck <[EMAIL PROTECTED]> wrote:
>   
>> In the longer term I'll look into changing the way the date picker is
>> attached so that it can be absolutely positioned in the right place
>> rather than inserting markup around the relevant inputs.
>>     
>
> I put up a crude CSS example page on positioning the calendar div
> without doing any wrapping. Hopefully it's useful.
>
> Link: http://perifer.se/test/datepickerCSS.htm
Anders,

  Excellent Demonstration!

  For those of you still struggling with this issue; If you're using 
Kelvin's datePicker CSS (the default datepicker CSS that comes with the 
distribution) you'll want to change:

div.date-picker-holder {
    position: relative;
}

to

div.date-picker-holder {
    position: absolute;
    display: inline;
}

  Hope this helps! It worked for me...

~ Brice

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to