我有这样的风格:
input.date_picker, input.datetime_picker {
background-image: url("/images/calendar.png");
background-size: 16px 16px;
background-position: right center;
background-repeat: no-repeat;
}
我的日期选择器输入将这个小日历定位在右侧,大小为 16x16。在 IE8 中它不起作用,图像占据整个背景。