Sahid Limon wrote:
Disabling the right click thing is very annoying (if it\'s the kind that brings up a popup text box if you right click)... so much so, that I don\'t like visiting sites that have that feature. I know it does the job, but I\'m not a fan. Ryan, if it\'s not too much trouble, could you elaborate a bit on your method or maybe send a PM my way.
Here\'s what we do. It doesn\'t cover every option, but it covers the majority, which is all you can reasonably hope for.
Print-only stylesheet
.photo
{
display: none; /* prevents it from displaying when printed */
}
In a page (I may have to edit post for this since I\'m not sure if it strips these characters or not)
This is tedious to do by hand, so having some sort of content management system to generate most of it for you is very, very useful. I am also a software developer so that part was not a problem for us.
Jan 05, 2009 at 10:54 PM
Previous versions of Ryan Britton's message #6561962 « Blog images being stolen? »