使用CSS3改變選中元素背景色

CSS3代碼以下:css

/* SELECTION
----------------- */
::-moz-selection {
background : #f00533 ;
color : white ;
text-shadow : none ;
}
 
::selection {
background : #A33248 ;
color : white ;
text-shadow : none ;
}

The ::selection selector is supported in IE9+, Opera, Google Chrome and Safari.web

Firefox supports an alternative, the ::-moz-selection.spa

W3Schoolssr

相關文章
相關標籤/搜索