Does anyone know of a simple way to disable text selecting.
The problem is I have a menu that does not use <a href"#">
</a> it looks something like this:
<td nowrap style="cursorointer"><div> Updates</div></td>
So when a user clicks sometimes the text becomes highlighted. This does not need to disable the users ability to copy any text just eliminate the selected area from being shown as selected. So for clarity when user holds the right mouse button down and then moves the mouse it shows selected.
The problem is I have a menu that does not use <a href"#">
</a> it looks something like this:
<td nowrap style="cursorointer"><div> Updates</div></td>
So when a user clicks sometimes the text becomes highlighted. This does not need to disable the users ability to copy any text just eliminate the selected area from being shown as selected. So for clarity when user holds the right mouse button down and then moves the mouse it shows selected.