掩藏在IE的精选的下拉式后的图象背景

时间:2012-02-24 09:27:36

标签: html css internet-explorer

我需要找出原因,在IE7和8中,背景图像略低于select元素。

enter image description here

.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-indexmin-height以及其他技巧,但它仍然显示出来。

任何人都有解决方案吗?

EDITED 可以看看jsfiddle,但我道歉,我无法把绝对路径。谢谢你的帮助。 http://jsfiddle.net/bfg5G/1/

0 个答案:

没有答案
相关问题