/ Published in: CSS
Change selection color using CSS. Works in most modern browsers except for IE.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
::selection { background: red; color: white; } ::-moz-selection { background: red; color: white; }
URL: http://www.nealgrosskopf.com/tech/thread.asp?pid=5