ExampleMake the selected text red:
Try it yourself » |
The ::selection selector matches the portion of an element that is selected by a user.
Only a few CSS properties can be applied to ::selection: color, background, cursor, and outline.
The ::selection selector is supported in Opera, Google Chrome and Safari.
Firefox supports an alternative, the ::-moz-selection.