<!DOCTYPE html> <html> <body> <p>The contents of this frame should scroll with the mouse wheel.</p> <iframe width=400 scrolling=yes src="scrollable-positioned-frame.html" style="position:fixed; left: 200px" id="frame"></iframe> </body> </html>