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

Reply via email to