SitePoint
Reference
CSS
Selector Reference
Pseudo-elements
::selection
CSS Live Demo: ::selection
(this page)
See also:
All Live Demos
CSS Live Demo: ::selection
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
*:selection { background:#ffc; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<p>Select some of this text to see a highlighting effect ... if it's supported by your browser ... which it probably isn't.</p>
Show me!
Your results appear here: