<input type="text" id="txtDateTo1" size="7">
$('#myDatePicker').datepicker({changeMonth: true, changeYear: true, yearRange: '2010:2013'});
My input box is contained in a DIV that is absolutely positioned.
In IE8, the month and year dropdowns are excessivly wide. In chrome it looks just fine.
How can i force the two dropdowns to the correct width? Or even just set the pixels as fixed.


Just add your specific width to these two CSS classes.