HOW TO implement a cross browser context menu with Javascript

If your custom web application requires a cross browser context menu, try eLouai's Javascript DHTML Popup Menu
It works by disabling the default contextmenu and this is replaced with a div which can be hidden or made visible whenever the right mouse button (the context menu) is selected.

Comments