Forum Moderators: open
there was a post on one of the forums the other day.. (i have searched but cant find it again) mentioning overlaying a transparent gif to stop peopple stealing images from your website.
now, i know that this doesnt really stop anyone who really wants the pictures, but its still worth a go i think.
that is, if it involves css to do so(or is nice and simple). i have looked on google and cant seem to find anything on this.
any help would be much appreciated
many thanks
nat
it is not too difficult to accomplish. ;)
Just position the two images absolutely, with
the transparent .gif having the higher z-index...
<style type="text/css">
<!--
#image,#blank {
position:absolute;
left:200px; /*change this values to suit*/
top:200px; /*change this values to suit*/
width:200px; /*change this values to suit*/
}
#blank {
z-index:2;
}
//-->
</style><div id="blank"><img src="blank.gif" alt=""/></div>
<div id="image"><img src="your_image.jpg" alt=""/></div>
birdbrain
would you say it was worth watermarking
them, or somthing similar?
I am not really qualified to answer that. ;)
But it is possible that having your name and
address on your images would be a source
of Free advertising for you, in the event that
they happened to be lifted from your site.:)
birdbrain
I can't count the number of times that these type of things have prevented me from doing normal style browsing on a webpage. If your layers aren't perfectly lined up, it can cover a link and not allow me to click to another page. The transparent gif might not show up transparent.
Not to mention sites that do this just seem unprofessional.
If you want to protect your pictures, the only thing you can do it watermark them.
A thief is a thief and will do whatever it takes to get something they want. And they WILL get it. Don't waste your time trying to actively prevent thieves from taking images. Instead, use that time to make the images unusable to them. Watermark them, put your URL on them or something of the sort. Actually, the method mentioned about covering the watermark with another image to give the effect of a perfect image is a good idea. Quite onery, to be sure :)
-edit-
Don't disable the context menu, that ticks off people who browse with it :)
all disabling right click does is force the user to prt scrn and create the image in photoshop
But I made a test with a jpeg in my Photoshop with Digimarc. Then I just opened the watermarked image in another ordinary application and saved it. To my disappointment the Digimarc was gone.
you could always disable the right mouse click ... thats what I do....I myself have been looking for a script that disables the view source
That is probably one of the worst and most annoying things you can do, imo. And plus, it will not stop anyone from stealing anything -- it will just annoy your visitors.
The right mouse click disable has worked wonders for me.... slowing down the hotlinking.
as for the stealing of the images.... they all have a water mark on them... so no stress there, just trying to slow them down...