-2
我有兩個「按鈕」,它們是由一個帶有UTF-8箭頭字符的DIV組成的。禁止點擊以突出顯示DIV的最佳方式是什麼?
當用戶點擊它們時,它們有時會突出顯示。
抑制此突出顯示的最佳方式是什麼,以便它可以在所有瀏覽器中運行,但不會影響點擊?
這裏的標記:
<div class="arrowContainer"><div class="arrowLeft">...</div></div>
.arrowContainer .arrowLeft {
background-color:#E0E0E0;
width:15px;
padding: 1px 0 0 0;
height: 19px;
text-align: center;
float:left;
margin: 0 2px 0 0;
font-size: 9pt;
cursor: pointer;
}
顯示您的標記..! –
'user-select:none'? (在舊版瀏覽器中不起作用) – Spokey
改爲使用'