私は2つの異なるブラウザに問題があります。私はimage1の取得次のCSSを使用する場合 ::私は、問題のスナップショットを添付しているChromeとFirefoxの余白の違いは何ですか?
.support-data-text img, .support-data-text select {
float:left
}
/* this is for dropdown list */
form#saveSupport select {
height: 29px;
width: 234px;
position: absolute;
}
form#saveSupport input{float: left; width: 243px;}
/* this is for the img we are using for dropdown list */
form#saveSupport .select_game { background: url(../images/select-status.png) no-repeat;
width: 223px; position: absolute; height: 29px; line-height:29px;
padding: 0 0 0 10px; color: #333; font-size:12px; overflow: hidden;
}
を、私はform#saveSupport .select_game
にmargin-left: 18%
を追加するときにChromeは、ドロップダウンリストの画像の適切なアライメントではなく、実際のドロップダウンを示していFirefoxはドロップダウンリストを右側に置き換えます。 (画像2)
すみやかに解決策を教えてください。私は感謝しています!
おかげで、 ビクラム
これをテストするための動作するURLを提供できますか? – frontendzzzguy