I've been using the following CSS3 option to change the highlight color of text on a webpage. However, the only element on the webpage is a textarea, and the following CSS doesn't seem to do anything.
::selection { background:#B9B9B9; color:#000000; }
Am I doing it wrong? Is it possible to change the highlight color of a textarea? Or am I just wasting my time?