[jQuery] Re: Datepicker

2009-02-26 Thread Leroy
c2.datepickerand that CSS > works) > > On Feb 26, 5:31 pm, MorningZ wrote: > > > > > in the page's CSS (nothing to do with the datpicker declaration).. > > easy as that > > > On Feb 26, 5:22 pm, Leroy wrote: > > > > Thanks for the repl

[jQuery] Re: Datepicker

2009-02-26 Thread Leroy
do_goToDayWhiteboardDate (dateText) } }); }); Sorry, i'm not that familiar with this.. On Feb 26, 11:24 pm, MorningZ wrote: > simply apply some CSS to it > > span.datepicker_wrap img { >      cursor: pointer; > > } > > On

[jQuery] Datepicker

2009-02-26 Thread Leroy
Hi all, I am using the jquery datepicker with the 'buttonImage'. What I am trying to do is just when the mouse is over the image, to change it to a hand rather than a pointer. Any ideas anyone? Thanks in advanced!