Return to Snippet

Revision: 38293
at December 30, 2010 08:45 by lickasha


Updated Code
::selection { color: white; background-color: red; } 
::-moz-selection { color: white; background-color:red; } /* Make it work on Firefox */

Revision: 38292
at December 30, 2010 08:43 by lickasha


Initial Code
::selection { color: white; background-color: red; } 
::-moz-selection /* Firefox needs an extra attention for this */ { color: white; background-color: red; }

Initial URL


Initial Description


Initial Title
Change text selection style

Initial Tags
css, html

Initial Language
CSS