[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!

[jQuery] Re: Datepicker

2009-02-26 Thread Leroy
not that familiar with this.. On Feb 26, 11:24 pm, MorningZ morni...@gmail.com wrote: simply apply some CSS to it span.datepicker_wrap img {      cursor: pointer; } On Feb 26, 1:24 am, Leroy leroy@gmail.com wrote: Hi all, I am using the jquerydatepickerwith the 'buttonImage'. What I am

[jQuery] Re: Datepicker

2009-02-26 Thread Leroy
.datepickerand that CSS works) On Feb 26, 5:31 pm, MorningZ morni...@gmail.com wrote: in the page's CSS (nothing to do with the datpicker declaration).. easy as that On Feb 26, 5:22 pm, Leroy leroy@gmail.com wrote: Thanks for the reply... however i am just wondering where do i put