Firefoxで入力ボタンが正しく表示されず、値(テキスト)を適切な場所に表示する方法がわかりません。FirefoxのINPUT行のバグ?どんな仕事?
.rb {
width: 142px;
height:142px;
float:left;
background:#2F2F2F;
color:#FFF;
font-size:95%;
line-height:210px;
margin-top:15px;
border:0;
outline:none;
padding:0;
text-align:center
}
.rbSubmit {
background: url('http://www.41q.org/admin/img/sprite_icon.png') -568px -200px no-repeat;
color:#808080
}
<input id="rbSubmit" class="rb rbSubmit" type="submit" value="submit">
"正しく表示されません"は、問題の説明ではありません。 – spender
はい、あなたの期待している結果は何ですか?例えば「送信ボタンのアイコンを1行目、4列目のアイコンにする」 –