iframeAtBottom.html 452 B

123456789101112131415
  1. <html>
  2. <head>
  3. <title>This page has iframes</title>
  4. </head>
  5. <body>
  6. <h1 id="iframe_page_heading">This is the heading</h1>
  7. <div style="position: fixed; bottom: 0px; right: 0px; width: 150px; height: 150px;">
  8. <iframe src="dragAndDropTest.html" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true" frameborder="1" height="100" scrolling="no" width="100" id="iframe1" name="iframe1-name" />
  9. </div>
  10. </body>
  11. </html>