I am trying to figure a simpler way of doing things.
I want to protect my images on my website from download. The right click disable java method irritats me and screw up my other java scripts. etc…
Currently…
I have a table set … Where I apply a cell background then place a transparent image in that cell…
This method only allows the user to right click and download the transparent image and not actually download the image I am showing.
Is there a simpler way to do the same thing without having to use a table?