how would one block the selecting of text or change the cursor to the pointer over certain text
Posted
by Derek V
on Stack Overflow
See other posts from Stack Overflow
or by Derek V
Published on 2010-04-30T13:56:17Z
Indexed on
2010/04/30
13:57 UTC
Read the original article
Hit count: 214
i have a button in html that has a background image and text overtop of it, how can i disable the selecting of that text so it looks more "seamless"?
echo '<td width="130" height="30"'. "onClick='document.location = ".'"'.$value.'";'."'><center>".$key."</center></td></a>";
© Stack Overflow or respective owner