From 710c48f908290c52b93e57e29741fcd0696b2d22 Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Thu, 4 Jan 2007 22:29:18 +0000 Subject: *** empty log message *** --- javascript/examples/example8.html | 151 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 javascript/examples/example8.html (limited to 'javascript/examples/example8.html') diff --git a/javascript/examples/example8.html b/javascript/examples/example8.html new file mode 100644 index 0000000..8192cfc --- /dev/null +++ b/javascript/examples/example8.html @@ -0,0 +1,151 @@ + + + + [DOM Tooltip] Example 8: Custom Context Menu + + + + + + +
Example 8: Custom Context Menu
+
+

This example thinks way outside the box, replacing the context menu with a custom tooltip. Right click on the page to see a custom context menu. (If you are on Opera 7 or Konqueror, use CTRL+click). Hold down control key to get a regular context menu (If you are on Opera 7 or Konqueror, get the context menu with a right click).

+

To try out the velcro tooltip for this menu, reload the page with the 'type' option set to 'velcro'. Notice when you mouse out of the tip, it destroys itself. No need to click somewhere on the page to kill the menu.

+
+
«Example 7
Example 9»
+ + + -- cgit v1.2.3