0
我的下面的css代碼在msie中不起作用。msie中移動鼠標的選擇性邊框
#block a {
border-right: 2px none #eee;
border-bottom: 2px none #eee;
}
#block a:hover {
border-right: 2px solid #eee;
border-bottom: 2px solid #eee;
}
在msie中,只有正確的邊框才能正確顯示。下邊框完全不可見。其他瀏覽器正常工作。
任何人都可以幫助我,讓它在msie中正確顯示嗎?
演示網站
添加'縮放:1'通常是這樣的東西好的家庭用藥。 – 2010-06-27 17:14:51
「zoom:1」不起作用 – stanleyxu2005 2010-06-27 17:21:40