Senin, 26 Maret 2012

Selection Color Block Text



What is the color of the text block selection

color selection when the text block with the mouse .. it might be more unique if the text color and text color can be set as desired.

This is the css that can be used for Mozilla browser and Safari.



/* Mozilla based browsers */
::-moz-selection {
background-color: #FFA;
color: #000;
}
/* Works in Safari */
::selection {
background-color: #FFA;
color: #000;
}

0 komentar:

Posting Komentar

Copyright © 2012 Css Education All Right Reserved