我在一個網站,並在頂部導航欄有一個搜索框上工作的工作,我申請上搜索下面的CSS提交按鈕文本縮進不會在IE7
#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。請幫幫我。
是text-transform:capitalize;正在工作:) – 2010-11-11 09:50:19