Does anyone know of a way to make an image not draggable and not selectable -- at the same time -- in Firefox, without resorting to Javascript? Seems trivial, but here\'s th
I created a div element which has the same size as the image and is positioned on top of the image. Then, the mouse events do not go to the image element.