LeftClick is a popup navigation menu that appears when you
left click on any space in the web page. It looks (almost) exactly like the
menu that pops up when you right click on the desktop.
EXAMPLE
Left click anywhere on the page to
see the popup menu appear.
1) Insert this code in the <HEAD> section of the page.
2)Download
this ZIP file with the leftclick.css,
leftclick.js and the menu.js
and unzip into the appropriate directory.
3) Insert the onload event handler
inside the <BODY> tag as follows:
<body
onload="createPopUpMenu()",
followed by other tags such as bgcolor, etc..
4) Change these variables to customize the
style of the popup menu and the links in this section of the menu.js file:
var overBgCr = "#5555CC";
// onmouseover bgcolor of menu items
var overCr = "#FFFFFF"; //
onmouseover font color
var outBgCr = "#C0C0C0"; //
bgcolor of menu
var outCr = "#000000"; // font
color
var itemFont = "Arial"; // font
family