i think this has probably been yakked about before, but your options are:
watermark the images
- works every time
use javascript to disable right clicking
- cross browser issues
- annoying
use a flash movie image proxy
- requires flash
place the image in a single celled table, or div, that has the image as a background, and palce a single pixel transparent gif inside the container.
- right clicking and saving users will get the tiny gif instead of the image
- tech savvy users will easily be able to steal the image.
all these methods, apart from watermarking will allow your images to be captured using the print screen key.
place the image in a single celled table, or div, that has the image as a background, and palce a single pixel transparent gif inside the container.
- right clicking and saving users will get the tiny gif instead of the image
- tech savvy users will easily be able to steal the image.
Comment