scrollable-positioned-frame.html 245 B

1234567
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <p>The contents of this frame should scroll with the mouse wheel.</p>
  5. <iframe width=200 scrolling=yes src="resources/frame-textarea.html" style="position:fixed; left: 200px" id="frame"></iframe>
  6. </body>
  7. </html>