to note, that CSS was for an older version of the datepicker
img.ui-datepicker-trigger {
cursor: pointer;
}
works on the later versions (i have ui.1.6.rc2.datepicker and that CSS
works)
On Feb 26, 5:31 pm, MorningZ <[email protected]> wrote:
> in the page's CSS (nothing to do with the datpicker declaration)..
> easy as that....
>
> On Feb 26, 5:22 pm, Leroy <[email protected]> wrote:
>
> > Thanks for the reply... however i am just wondering where do i put the
> > CSS? My code looks something like this:
> > $(document).ready(function() {
> > $('#dp_date).datepicker({speed: 'fast',
> > showOn: 'both',
> > showAnim: 'show',
> > closeAtTop: false,
> > nextText: '>>',
> > prevText: '<<',
> > changeMonth: true,
> > changeYear: true,
> > buttonImageOnly: true,
> > buttonImage: '/lib/images/calendar.gif',
> > buttonText: 'Choose date',
> > dateFormat: 'dd/mm/yy',
> > yearRange: '-4:+4',
> > onSelect: function(dateText) {
> >
> > do_goToDayWhiteboardDate
> > (dateText)
> > }
> > });
>
> > });
>
> > Sorry, i'm not that familiar with this..
>
> > On Feb 26, 11:24 pm, MorningZ <[email protected]> wrote:
>
> > > simply apply some CSS to it
>
> > > span.datepicker_wrap img {
> > > cursor: pointer;
>
> > > }
>
> > > On Feb 26, 1:24 am, Leroy <[email protected]> wrote:
>
> > > > Hi all,
>
> > > > I am using the jquerydatepickerwith 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!-
> > > > Hide quoted text -
>
> > > - Show quoted text -