diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-04 22:29:18 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-04 22:29:18 +0000 |
commit | 710c48f908290c52b93e57e29741fcd0696b2d22 (patch) | |
tree | cefaa11c5d529041a64ec793cecf95d13c48e242 /javascript/examples/example11.html | |
parent | d4d1dec8f3f204ad0d7abac3b553c5023a4324bd (diff) | |
download | vdr-plugin-live-710c48f908290c52b93e57e29741fcd0696b2d22.tar.gz vdr-plugin-live-710c48f908290c52b93e57e29741fcd0696b2d22.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'javascript/examples/example11.html')
-rw-r--r-- | javascript/examples/example11.html | 19 |
1 files changed, 19 insertions, 0 deletions
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 @@ +<!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">«Example 10</a></div><div style="float: right;"><a href="example12.html">Example 12»</a></div> + </body> +</html> |