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/example11.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 javascript/examples/example11.html (limited to 'javascript/examples/example11.html') diff --git a/javascript/examples/example11.html b/javascript/examples/example11.html new file mode 100644 index 0000000..fc3aac4 --- /dev/null +++ b/javascript/examples/example11.html @@ -0,0 +1,19 @@ + + + + [DOM Tooltip] Example 11: Tooltip Inside IFrame + + + +
Example 11: Tooltip Inside IFrame
+
+

In this example, we demonstrate how the tooltip can be triggered from an element inside an iframe, but appear in the parent frame so that it is not confined within the iframe region.

+

+

Note: In order for this to work, the iframe must have a "name" attribute specified.

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