アプリケーションでボタンを展開および折りたたむ必要があります。
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;
}