Questions tagged [right-click]

A right-click is pressing the right or secondary button on a mouse.

A term used to describe the action of pressing down on the right mouse button. The right-click is used to provide additional functionality to a computer's mouse, usually in the form of a drop-down menu containing additional options.

Please read more at: http://www.computerhope.com/jargon/r/righclic.htm

694 questions
-4
votes
1 answer

z-index not working with images

I am trying to make it so these images will line up the way so that the blank.gif will appear in front of the image. i cannot use it as a background image, and i have tried using a negative z-index like -1 but then the image disappears all together…
user1009378
  • 9
  • 1
  • 2
-4
votes
1 answer

Can I configure my browser to let my web app receive a right-click instead of the browser itself?

I want to be able to use a right-click in a single page (react) app. Every time I right click, the browser handles it instead of letting my app handle it. This seems to happen with Chrome and Safari. Is there a way to tell either browser to pass the…
-4
votes
1 answer

Why you shouldn't block right click on website

I'm building a website for semi-government organization. They want me to block right click, I don't want to do that, because it's obviously BS. Their main reasoning is "We don't want people to download our images." Some of those images are…
sparklos
  • 452
  • 4
  • 10
-4
votes
1 answer

Remove "view source" or "inspect element" selections from right-click menu

I want to start selling html items online and want to include a live preview for the user but don't want the user to take the code by using the view source or inspect element selections from right-click menu. I need to remove them, is it possible? I…
1 2 3
46
47