Changeset 5408
- Timestamp:
- 05/04/08 10:47:58 (8 months ago)
- Files:
-
- 1 modified
-
trunk/ui/datepicker/core/ui.datepicker.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/datepicker/core/ui.datepicker.js
r5407 r5408 480 480 inst._datepickerDiv.width(numMonths[1] * $('.datepicker', inst._datepickerDiv[0])[0].offsetWidth); 481 481 if ($.browser.msie && parseInt($.browser.version) < 7) { // fix IE < 7 select problems 482 $(' #datepicker_cover').css({width: inst._datepickerDiv.width() + 4,482 $('iframe.datepicker_cover').css({width: inst._datepickerDiv.width() + 4, 483 483 height: inst._datepickerDiv.height() + 4}); 484 484 }
