送信ボタンの画像が消えるという問題がありますが、IE7 以下でのみ発生します。私はもう試した:
- ボーダーカラーの追加
- 追加
background-color
min-height: 22px
トリガーに追加hasLayout
- 追加
display: inline-block;
しかし、どれも機能しませんでした。
これは私のフォームです: http://www.bitstream.ca/contact.html
HTML:
<button id="submit" type="submit">Submit</button>
CSS :
#submit{
background: url('imgs/submit.png') no-repeat top;
cursor: pointer;
width: 79px;
height: 22px;
border: 1px;
text-indent: -9999px;
}