CSS文字被鼠标选中后的文字颜色及背景

::selection {
background:#FF9; 
color:#F00;
}
::-moz-selection {
background:#FF9; 
color:#F00;
}
::-webkit-selection {
background:#FF9; 
color:#F00;
}
0
0
Tags:

发表回复

Your email address will not be published. Required fields are marked *.

*
*