Forum Moderators: open
::selection { background-color: transparent; color: inherit; } in your CSS. That's the CSS3 selection pseudo element which allows you to style what the user's selected text looks like; in this case with a transparent background and the same color as the foreground text. Safari and MSN for MacOS X support this apparently, and I know Mozilla has a testing version which is still a little buggy. As far as I know they're the only rendering engines to have this feature currently.