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/example5.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 javascript/examples/example5.html (limited to 'javascript/examples/example5.html') diff --git a/javascript/examples/example5.html b/javascript/examples/example5.html new file mode 100644 index 0000000..6142d41 --- /dev/null +++ b/javascript/examples/example5.html @@ -0,0 +1,38 @@ + + + + [DOM Tooltip] Example 5: Advanced Features + + + + + + + +
Example 5: Advanced Features
+
+

Now we are going to strut our stuff and show some advanced features. The first link adheres to a snap grid. The second link demonstrates alpha fading.* The last target has a tip which trails with a slight delay.

+

+ Snap to grid + | + Tooltip fading in + | + Lazy trailing + | + One tooltip only +

+

Notice that the second link changes color when the mouse passes over it. This demonstrates that other mouseover events can coexist with the activation of the tooltip.

+

* The alpha fading does not work in all browsers.

+

* The link directly below the "Tooltip fading in" target demonstrates that links previously covered by a tooltip are still active when the tooltip disappears.

+

Help! Anyone know why I cannot get lazy trailing to work for Opera?

+
+
«Example 4
Example 6»
+
+ + -- cgit v1.2.3