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/example3.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 javascript/examples/example3.html (limited to 'javascript/examples/example3.html') diff --git a/javascript/examples/example3.html b/javascript/examples/example3.html new file mode 100644 index 0000000..93825fc --- /dev/null +++ b/javascript/examples/example3.html @@ -0,0 +1,30 @@ + + + + [DOM Tooltip] Example 3: Styled Tooltips + + + + + + +
Example 3: Styled Tooltips
+
+

The third example demonstrates how easily DOM Tooltips can duplicate the styles of other tooltips found around the web. The first link uses the default overlib style and appears without a delay. The second link adds an auto-generated caption to the tooltip and only trails the mouse on the 'x' axis. Getting a bit more fancy, the third link uses the more stylish nicetitles style, using a calculated position and XHTML in the content rather than just plain text.*

+

+ overlib style + | + overlib style with caption + | + nicetitles style +

+

* The nicetitle style is taking advantage of the transparency and curved border style provided in some of the newer browsers, such as Mozilla, to add to the sleak look. These settings will not be visible in all browsers.

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