Colored Text Selection
Try highlighting some of the text on my site, and you should see a font color and background that match my layout, instead of the default blue and white. If you want to do this on your site, copy and paste this into your CSS and change the parts in caps.
::-moz-selection {background:#COLOR; color:#COLOR;}
::selection {background:#COLOR; color:#COLOR;}Make both -moz-selection and selection have the same background color and text color or it'll look different in different browsers.
Need more help with a tutorial?
Contact me.
Contact me.
