Wednesday, January 07, 2009

Disable Image Dragging in Firefox 3

Put this line inside the image tag:

onmousedown="if (event.preventDefault) { event.preventDefault(); }"

0 Comments:

Post a Comment

<< Home