You are currently browsing the page Text selection color in the CSS category.

Text selection color

Warning: this doesn't work in IE and your stylesheet won't validate.

This CSS code change the color of text selection on your page.

::-moz-selection{
background:#EDCCCC;
color:#FF3399;
}
::selection {
background:#EDCCCC;
color:#FF3399;
}

Print This Post Print This Post



Sponsors


Leave a Comment

Works? Doesn't work? Other tips? Please leave a comment! :)

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

To post codes, please go to SimpleCode and transform your codes first, so that it will displayed properly. Indeed, < and > need to be converted to &lt; and &gt; :)


Close
E-mail It