我試圖在Firefox上使搜索按鈕看起來不錯。firefox中的行高問題
display: block;
width: 60px;
height: 60px;
line-height: 60px !important;
padding: 0;
background: white;
border: 0;
border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
-khtml-border-radius: 30px;
font-family: 'iconic';
color: #bad104;
font-size: 5em;
它必須看起來像這樣(Chrome和IE完美地呈現我的代碼):http://img341.imageshack.us/img341/6590/kogy.png
但是,當它的輸入提交與標誌性的字體,白色背景和邊界半徑這樣做我在Firefox上使用相同的代碼,這裏是我得到的:http://img17.imageshack.us/img17/953/jms4.jpg
我在兩個瀏覽器上查看dom檢查器,當我查看「計算值」時,它不會在chrome上顯示相同的內容-height:60px)和firefox(line-height:67px)。
一切我從現在開始嘗試爲失敗:/我希望你們會有一些幫助,我:)
謝謝!
@Roopendra是什麼CSS與HTML5呢?在CSS突然表現不同的情況下,HTML5並不神奇。 – cimmanon