Hello,
What im basically trying to archive is, when i put an image on a web page you can drag the image to a new tab, and it will open. That's not really the problem, but more of an example. I need a way to stop you being able to drag the images, i think it just looks untidy.
I have a background image set, then a nav-bar, which is again an image and you can click and drag, i would like to prevent this.
Hopefully you know what i mean,
this is of same problem i have.
Many thanks
George
Edit:
Seems i found the solution, <div onmousedown="event.preventDefault ? event.preventDefault() : event.returnValue = false">