jQuery UI datepicker - not working in IE6?

jQuery UI datepicker - not working in IE6?

Hello.

I have a problem with jQ UI datepicker in IE6, it's positioned just fine, generate the image fine and shows the calendar perfect. But can't pick the date, nothing happens on click, the date isn't showed in input field nor highlighted on the calendar.

Any idea what could cause this behaviour?

The code I'm using is:


$(document).ready(function(){
          $("#depart").datepicker({buttonImage: 'images/calendar.gif', buttonImageOnly: true, constrainInput: true, dateFormat: 'dd/mm/y', duration: 'fast', firstDay: 1, maxDate: '+5Y', minDate: '-0D', showButtonPanel: false, showOn: 'both'});


Thanks in advance for any help!

Justine