tags:

views:

308

answers:

2

Jquery Date picker prev and next button images are not showing.

+4  A: 

I'm assuming you're using the jQuery UI datepicker plugin. It expects the images to be located in an images folder located within the folder containing the jQuery UI CSS file(s). Check to make sure you have the images located where jQuery expects.

tvanfosson
A: 

Use firebug (getfirebug.com) to see why it's really happend.