我在一个网站上工作,在顶部导航栏上有一个搜索框,我在搜索提交按钮上应用了以下 css
#submit {
background: url("img/new-search-icon.png") no-repeat scroll -1px 0 #FFFFFF;
border:0 none;
cursor:pointer;
display:block;
height:21px;
padding:0;
position:absolute;
right:0;
text-indent:-9999px;
top:0;
width:20px;
z-index:2;
}
我的问题是在 IE7 中文本缩进不起作用,如果您想查看演示,请帮助我,您可以通过单击此处查看它。单击此处。请帮我。