Disable anchor link click + drag in HTML page / Swipe a container with links inside
I'd like to disable the click + drag on a link When you press your left click of the mouse on a link in a web page, and your drag this one, you can move the link and, by example open a new tab with. I'd like to disable this on my page, javascript or css. On the website 500px, they disabled it: http://500px.com/photo/31922503 By example on this photo, you can click the link (the photo), but it's not possible to drag the link. It's also good to avoid the drag and drop of pictures. So if I disable the link, I need to not disable the container. I disable the link stopping dragstart on them (Thanks