summaryrefslogtreecommitdiff
path: root/javascript/examples/example11.html
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-04 23:19:31 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-04 23:19:31 +0000
commit3888b786a0fc15ea309c59861d6221bc6a66aaf7 (patch)
tree51308f86221476def456efc5c670c46dc03b2564 /javascript/examples/example11.html
parent967e53dbad8fab10257472128889ba3f13ef446a (diff)
downloadvdr-plugin-live-3888b786a0fc15ea309c59861d6221bc6a66aaf7.tar.gz
vdr-plugin-live-3888b786a0fc15ea309c59861d6221bc6a66aaf7.tar.bz2
removed examples
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>