Return to Snippet

Revision: 39962
at January 24, 2011 04:47 by bwangila


Initial Code
::-moz-selection { 
        background: #FF5E99; 
        color:#fff; 
        text-shadow: none; }

::selection  { 
        background:#FF5E99; 
        color:#fff; 
        text-shadow: none; }

Initial URL


Initial Description
Found this one interesting!
We have gotten used to the usual blue background when you highlight text on most websites. However, now you have the power as a web designer to change that background and text color to one of your choice. Simply using CSS!

Initial Title
Change Color of Highlighted Text on your Website Using CSS

Initial Tags


Initial Language
CSS