0
當一個鏈接或按鈕都存在框陰影和背景顏色時,IE會在其周圍顯示一條白線。任何想法是什麼?邊框半徑和背景顏色的IE CSS樣式
除了以下使用的以外,沒有其他樣式。我檢查了IE11和Chrome的調試器工具。 它不會發生輪廓和背景顏色,只是盒陰影和背景顏色。
JSFiddle here(待上IE運行,使用IE 10)
//css
a,button {
background-color: #61C250 !important;
color: white !important;
border-color: transparent !important;
outline: 0 !important;
box-shadow: 0 0 0px 2px #61C250 !important;
text-decoration: none;
}
//html
<a href="#/random">Random Link</a>
<hr/>
<button>Random Button</button>
無法在IE10複製爲Windows 8或10 –
煤礦是IE11爲Windows 8。它也應該發生在IE10中 – wallop
我可以在Windows 8.1中的IE11中重現它;這是在VirtualBox上。 –