1 <style type="text/css" media="screen"> 2 iframe { 3 border: 1px solid black; 4 } 5 6 body { 7 height: 1000px; 8 } 9 </style> 10 <iframe id="subframe" src="blit-on-scroll-subsubframe.html" width="280" height="250"></iframe> 11