Re: [jQuery] datePicker changes layout

2006-12-08 Thread Brice Burgess
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

Re: [jQuery] datePicker changes layout

2006-12-07 Thread Sam Collett
On 07/12/06, Karl Swedberg <[EMAIL PROTECTED]> wrote: > oops. stupid me...I forgot to re-activate the plugin. > > The good news is that I think I've found a solution for you: > > 1., wrap the "to" in a span: > > to > > 2. add some CSS defs to your stylesheet: > > #when input, > #when span.to { >

Re: [jQuery] datePicker changes layout

2006-12-07 Thread Anders
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 positioni

Re: [jQuery] datePicker changes layout

2006-12-07 Thread Karl Swedberg
oops. stupid me...I forgot to re-activate the plugin. The good news is that I think I've found a solution for you: 1., wrap the "to" in a span: to 2. add some CSS defs to your stylesheet: #when input, #when span.to { float: left; } #where { clear: left; } Hope that works for you. It wo

Re: [jQuery] datePicker changes layout

2006-12-07 Thread Karl Swedberg
Sam, I was playing with the CSS on your page, and when I did a refresh on it, it magically worked. Congrats on solving the puzzle. I'm curious, what did you do to get it to work for you? --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Dec 7, 2006,

[jQuery] datePicker changes layout

2006-12-07 Thread Michael Holloway
Not sure if my responses get through, basically it's a problem relating to the floating of the calendar button. Search for 'clearfix' on google and attach that classname to a containing div.* Posted:* Thu Dec 7 11:13:55 EST 2006 *From:* Kelvin Luck mailto:discuss%40jquery.com?Subject=%5BjQuery%5

Re: [jQuery] datePicker changes layout

2006-12-07 Thread Kelvin Luck
> When I apply the datepicker to an input, it alters the layout of the > items in the form. > http://www.texotela.co.uk/datepickerbug.php > How can I prevent this from happening? > It looks like the elements that the date picker adds so that there is somewhere for the pop up calendar to appe

[jQuery] datePicker changes layout

2006-12-07 Thread Michael Holloway
I noticed this too, it must be down to the floated calendar button You could wrap your inputs in a div and give it a 'clearfix' class: http://positioniseverything.net/easyclearing.html ___ jQuery mailing list discuss@jquery.com http://jquery.com/discus

[jQuery] datePicker changes layout

2006-12-07 Thread Sam Collett
When I apply the datepicker to an input, it alters the layout of the items in the form. http://www.texotela.co.uk/datepickerbug.php How can I prevent this from happening? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/