【发布时间】:2011-02-22 17:12:08
【问题描述】:
我在一个网站上工作,顶部导航栏有一个搜索框,我在搜索提交按钮上应用了以下 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 中文本缩进不起作用请帮助我 如果您想查看演示,可以单击此处Click here 查看。请帮帮我。
【问题讨论】:
-
是文本转换:大写;正在工作:)
标签: html css internet-explorer internet-explorer-7 text-indent