Fix for DatePicker in IE7
Hello,
I've found what might be considered a bug when using the DatePicker in
IE7 with the changeYear and changeMonth properties enabled:
Problem: The header is not properly displayed.
Solution: Use overflow:auto
.ui-datepicker-header { position:relative; padding:.2em 0;
overflow:auto;}