Thanks so much guys! I was missing this showOn setting - and once I put that in I discovered my path was slightly wrong :)
On Dec 4, 1:02 am, MorningZ <morni...@gmail.com> wrote: > Use Fiddler (for IE) or Firebug (for FF) and watch the "Net" tab to > see why the browser doesn't see the image...... this, depsite your > attempts otherwise, more than likely is a pathing issue, especially > keeping in mind that .NET rebases all the CSS includes and theming On Dec 4, 8:46 pm, Keith <kbwood...@gmail.com> wrote: > You also need to tell it to use a button to trigger the popup using > the showOn setting. Set it to 'button' to only popup on the button > click and not on focus, or 'both' to show on either. > > ('#MembershipWizard1_Wizard1_ctl05_ClubConfirmation1_txtStartDate').datepicker > ({ dateFormat: 'dd/mm/yy',gotoCurrent: true,minDate: 0, showOn: > 'both', buttonImage: > 'App_Themes/Images/Ecommerce/datepicker.gif', buttonImageOnly: > true });});