J
Jason Carlton
This is inside of an editable DIV:
<img src="AddEmoticons08052.gif" unselectable="on" selectable="false"
style="-moz-user-select: none;" onselectstart="return false"
ondrag="return false" ondragstart="return false" ondragend="return
false" ondblclick="return false" onfocus="blur()">
The user can STILL double-click the image to select it, then drag it
to resize it. I also tried onDblClick="blur()", but that had no
impact.
I've added every command that I can think of. What am I missing?
<img src="AddEmoticons08052.gif" unselectable="on" selectable="false"
style="-moz-user-select: none;" onselectstart="return false"
ondrag="return false" ondragstart="return false" ondragend="return
false" ondblclick="return false" onfocus="blur()">
The user can STILL double-click the image to select it, then drag it
to resize it. I also tried onDblClick="blur()", but that had no
impact.
I've added every command that I can think of. What am I missing?