For anchors that act like buttons (for example the Question, Tags, User, etc at the top of the SO page) or tabs, is there a CSS standard way to disable the highlighting effect if the user accidentally selects the text?
I realize this could be done with javascript and a little googling yielded the mozilla-only "-moz-user-select" option.
My question is if there is a standard compliant way to accomplish this with CSS, and if not, what is the "best practice" approach?
Thanks!