JS
function imgdragstart(){return false;} for(i in document.images)document.images[i].ondragstart=imgdragstart;
CSS(webkit兼容)
draggable="false"