所以我做了這個提交按鈕,顯然,每個瀏覽器決定使它看起來不同。下面的代碼只適用於Chrome; Opera和IE使按鈕變小; Firefox更大。即使當我刪除所有可能影響輸入框的填充(編輯wordpress主題)時,它們在每個瀏覽器中看起來仍然不同。解決方法?Mozilla/Opera輸入框填充
.search-submit {
padding-top: 3px 7px;
color: #5e5e5e;
font-size: 11px;
font-weight: normal;
}
<input type="submit" class="search-submit" value="Search" />
您可以檢查這個問題: 我希望它能幫到:) –
Abood