CODECUBE VENTURES

Simple Image Protection

If you don't want people to exploit the old right click/save as on your images, heres a simple deterant that may work.

It involves the simple concept of a

tag that covers the whole area where the image stands.

a good example of this is a site where a new window pops up whenever you want to view a picture... if you include the following layer on the page, you wont be able to right click on the image to save it.


<div style="top:0;left:0;width=100%;height=100%" >

<div>

Of course as with all things, there is a way around this. You can simply view source on the page, see the source of the img tag, and then navigate there from the url. But most casual internet users will not know to do this, so this simple image theft deterent will help you keep your images yours.

Latest post: Digging Up the First Version of CodeCube

See more in the archives