tags:

views:

78

answers:

2
+3  A: 

Yes, but it is highly browser-specific. Please see CSS > selection styles.

Reinis I.
GIYF? What does that mean?
Dmitri Farkov
thanks, is ::selection{ } works on all browsers ?
Stark
@Dmitri, it stands for "Google is your friend". :|
Stark
Ah The irony :p Thanks!
Dmitri Farkov
::selection works only on Safari
Dmitri Farkov
I'm looking for cross-browser, so that it looks same from all.
Stark
+1  A: 

As a supplement to what Reinies wrote and for future issues: You could get FireBug and right-click on the element and select "Inspect Element". That will provide you with the exact code you need.

mr-euro
In case of opera ? I want to make it work for all browsers.
Stark