<input type="text" id="txtDateTo1" size="7">
$('#myDatePicker').datepicker({changeMonth: true, changeYear: true, yearRange: '2010:2013'});
我的输入框包含在绝对定位的 DIV 中。
在 IE8 中,月份和年份的下拉菜单过于宽泛。在 chrome 中它看起来很好。
如何将两个下拉菜单强制设置为正确的宽度?或者甚至只是将像素设置为固定。
<input type="text" id="txtDateTo1" size="7">
$('#myDatePicker').datepicker({changeMonth: true, changeYear: true, yearRange: '2010:2013'});
我的输入框包含在绝对定位的 DIV 中。
在 IE8 中,月份和年份的下拉菜单过于宽泛。在 chrome 中它看起来很好。
如何将两个下拉菜单强制设置为正确的宽度?或者甚至只是将像素设置为固定。