Is there any way to disable text selection in a web page (or at
least render it invisible to the user)?
If there is a way to control how selected text and its background
are rendered, then the desired effect could be achieved by setting
these parameters to match those of regular text. In this way, even
if text was selected, the user would not see that it was.
(I thought that this is something that may be controlled through
css, but I have not been able to find anything in my css book, or
in my google searches. Maybe I'm not using the right search
keywords.)
Thanks!
kj
Comment