> How do you guys protect your images on the web?

I normally don't bother trying to "protect" images because all the
methods can be circumvented. But if a client insists on it, I use this
technique:
I overlay an absolutely positioned, transparent, div over the image.
Right clicking on the image is then not possible. As usual, IE7 and
IE8 behave differently. In these browsers, a transparent div is
ignored when right clicking. The workaround for this is to give the
div a background color and then set the opacity to 0 to make it
transparent.

You can see an example here: http://www.roughtech.com/t/protected_pic.html

Regards,
Chetan Crasta
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to