disabling the dragging of images to the new tab
am 21.11.2007 13:05:50 von ravishankar Maduri
hi
i donot want to allow the users to drag the images in my site to
the new tab ,when we drag the image to the other tab the whole site is
showing only with that dragged image please help me out to disable
this feature in my page..............
Thanks and regards
Ravishanker Maduri
Re: disabling the dragging of images to the new tab
am 21.11.2007 13:40:33 von rf
"ravishankar Maduri" wrote in message
news:402de288-1344-41f3-a4f6-25dafbdf7023@i37g2000hsd.google groups.com...
> hi
>
> i donot want to allow the users to drag the images in my site to
> the new tab ,when we drag the image to the other tab the whole site is
> showing only with that dragged image please help me out to disable
> this feature in my page..............
You can't.
--
Richard.
Re: disabling the dragging of images to the new tab
am 21.11.2007 13:45:30 von Harlan Messinger
ravishankar Maduri wrote:
> hi
>
> i donot want to allow the users to drag the images in my site to
> the new tab ,when we drag the image to the other tab the whole site is
> showing only with that dragged image please help me out to disable
> this feature in my page..............
If you're asking this because you have a phobia about dragging, you can
use absolute positioning in CSS to place a transparent DIV on top of the
image to block direct mouse access to it. But if you're asking this
because you don't want people using your image by itself, well, there's
absolutely nothing you can do about it. All someone has to do is look
inside the page's source code for the image's URL and then paste that
URL into the Address field directly and, voila, your image will appear.
Re: disabling the dragging of images to the new tab
am 21.11.2007 14:40:13 von Bergamot
ravishankar Maduri wrote:
>
> i donot want to allow the users to drag the images in my site to
> the new tab
If you're concerned about copyright protecting your images, put a
watermark on them.
--
Berg