summaryrefslogtreecommitdiff
path: root/javascript/examples/example11b.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/example11b.html
parent967e53dbad8fab10257472128889ba3f13ef446a (diff)
downloadvdr-plugin-live-3888b786a0fc15ea309c59861d6221bc6a66aaf7.tar.gz
vdr-plugin-live-3888b786a0fc15ea309c59861d6221bc6a66aaf7.tar.bz2
removed examples
Diffstat (limited to 'javascript/examples/example11b.html')
-rw-r--r--javascript/examples/example11b.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/javascript/examples/example11b.html b/javascript/examples/example11b.html
deleted file mode 100644
index 679ef99..0000000
--- a/javascript/examples/example11b.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
- "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html>
- <head>
- <style>
-@import url(example.css);
- </style>
- <script language="javascript" src="../domLib.js"></script>
- <script language="javascript" src="../domTT.js"></script>
- </head>
- <body>
- <div class="title">Child Frame</div>
- <div class="main">
- <p style="cursor: pointer; cursor: hand;" onmouseover="domTT_activate(this, event, 'content', 'This is an example of a tooltip which is fired from inside of an iframe', 'parent', window.parent.document.body, 'inframe', true, 'trail', true);">Would you like to know more about me? Fly over me to see</p>
- <p class="small">Note: The way this works is that the event is fired from the element inside of the iframe but the tooltip is created in the parent frame and uses the event plus the offset of the iframe element in the parent document.</p>
- </div>
- </body>
-</html>