Create Custom Right Click / Context Menu using HTML, CSS & JavaScript

preview_player
Показать описание
In this video, I will show you how you can easily design or create custom context menu / right click menu using HTML, CSS and JavaScript.

Рекомендации по теме
Комментарии
Автор

At 3:38 You should Use pageX and PageY instead of offsetY and offsetX as pageX and pageY returns the coordinate (according to the document) of the mouse pointer when a mouse event was triggered.
Btw Amazing Video!

bytesofart
Автор

at #context-menu css
use position: absolute;
if you using position: fixed; some time the context menu not following cursor

rafifadlimulya
Автор

I am an extreme newbie to HTML. This is fantastic code, but how do you do stuff when a user clicks on a menu selection?

davidtallent
Автор

Hi,
Great tutorial ..
Do you have any suggestions to protect videos from being downloaded ? (php website)

mibrahim
Автор

My suggestion, background-color: #f1f1f1 as Windows, each menu must have a title and a separator to better know where we are.or go back up to origin.

peberdah
Автор

can you tell on how to set position for the menu using the code that you have shown?

SAURISHMONGA
Автор

Can you please give the EXACT code to be able to get the input from the user, please?

faris.m
Автор

code run ok but why i copy text no have clipboard to paste?

truongguppy
Автор

Can you actually fire events for copy/paste?

rohitpitre
Автор

How to do copy? Paste? Cut? And others?

scarlet.remilia
Автор

Hey thanks for making this video. It is working really well in my angular-spring boot project. Just one bug I am getting. Whenever right-click button is executed, context-menu appears somewhere else instead of where it is shown in the video. Exact value of the location where right-click is executed is getting fetched, but context-menu appears somewhere else. Please help me with it as soon as possible.
Note: I am working with typescript, angular 10 and entire .js code is put into one function and it is working really well. Just UI is having problem.

chinmaychikode
Автор

such a waste of time I have an assignment to be submitted soon and I wasted so much time on this. It does not even work

sabeehasab