我需要在應用程序中展開和摺疊按鈕。Mozilla Firefox瀏覽器兼容性問題
支持IE和chrome,但是mozilla firefox顯示的圖像在兩邊都有小空格。
設置不正確,我的代碼如下。
<div class="searchdiv">
<b class="searchlabel">Advanced Search</b>
<input type="button" class="Expand_button" onclick="javascript: Expand();"/>
</div>
和CSS是,
.Expand_button {
margin-right: 5px;
cursor: pointer;
padding-bottom: 10px;
padding-top: 5px;
background: #fff url('../images/Expand.jpg') no-repeat center ;
height:1px;
}