hello i want to prevent copy image from website.
for that i found a trick.

<SPAN STYLE="background-image: url(hemcircuit.gif)"><IMG SRC="transparent.gif" WIDTH="195" HEIGHT="190" BORDER="0"></SPAN>

where hemcircuit.gif is main image and transparent.gif is tranparent image file .

WIDTH="195" HEIGHT="190" is the width and hight of original pic.

it is working fine in internet explorer but not in Mozilla Firefox..
plz tell me what to do?

I would advise using CSS to set the width and height of the img to 100% :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.