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/example13.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 javascript/examples/example13.html (limited to 'javascript/examples/example13.html') diff --git a/javascript/examples/example13.html b/javascript/examples/example13.html new file mode 100644 index 0000000..8cf52b9 --- /dev/null +++ b/javascript/examples/example13.html @@ -0,0 +1,34 @@ + + + + [DOM Tooltip] Example 13: Nested Tooltips + + + + + + +
Example 13: Nested Tooltips
+
+

It is very possible to have a tooltip within a tooltip. In fact, it isn't really inside as must as it is on top. In this example, the large content in the first tooltip contains an element which shows a second tooltip. The second tooltip appears on top of the first.

+

+ Nested within! +

+

* Obviously, you have to do some thinking about tooltip behavior to be able to navigate to the nested tooltip target.

+
+
«Example 12
Example 14»
+ + + -- cgit v1.2.3