Saturday, August 13, 2011

Change the color of selected text in a browser for ur site

Below is the css Code to change the default color of the selected text as shown in the below screen shots.


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




No comments: