summaryrefslogtreecommitdiff
path: root/javascript/examples/example11.html
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/examples/example11.html')
-rw-r--r--javascript/examples/example11.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/javascript/examples/example11.html b/javascript/examples/example11.html
deleted file mode 100644
index fc3aac4..0000000
--- a/javascript/examples/example11.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
- "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html>
- <head>
- <title>[DOM Tooltip] Example 11: Tooltip Inside IFrame</title>
- <style>
-@import url(example.css);
- </style>
- </head>
- <body>
- <div class="title">Example 11: Tooltip Inside IFrame</div>
- <div class="main">
- <p>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.</p>
- <p><iframe name="child" src="example11b.html" style="width: 300px; height: 100px;"></iframe></p>
- <p class="small">Note: In order for this to work, the iframe must have a "name" attribute specified.</p>
- </div>
- <div style="float: left;"><a href="example10.html">&#171;Example 10</a></div><div style="float: right;"><a href="example12.html">Example 12&#187;</a></div>
- </body>
-</html>