我需要找出原因,在IE7和8中,背景图像略低于select
元素。
.select-type {
background: url('images/dd-icon.png') no-repeat right #FAFAFA!important;
height: 29px;
overflow: hidden;
width: 150px;
}
.select-type #type-dd {
background: none repeat scroll 0 0 transparent!important;
font-size: 16px;
height: 30px;
padding-top: 3px;
text-align: left;
width: 180px;
}
我尝试了z-index
和min-height
以及其他技巧,但它仍然显示出来。
任何人都有解决方案吗?
EDITED 可以看看jsfiddle,但我道歉,我无法把绝对路径。谢谢你的帮助。 http://jsfiddle.net/bfg5G/1/