0
我在---鏈接中刪除了一個頁面---在文本框內填充內容在Internet Explorer中顯示不正確
您可以在FF和IE(我有IE 9)中檢查它。在這裏你可以看到右上角的搜索框有一個填充(左:32px,右:72px)。填充在FF和Chrome中正常工作,但不在IE中。
什麼是可能的原因。
搜索框代碼 -
<form action="">
<input type="text" name="search" id="search" />
<input type="submit" id="button" value="" />
</form>
CSS:
#search {
background:url(images/searchlens.jpg) no-repeat 0 0;
float:right;
width: 286px;
height:40px;
border:none;
padding-left: 32px;
padding-right:72px;
}
好的,我會嘗試這個併發布更新 –
我在你的答案中嘗試了鏈接,但我無法在答案中嘗試所有黑客之後讓代碼工作,但人們報告說它對他們有效。 。 –