442542-subframe.html (267B)
1 <!DOCTYPE html> 2 <body> 3 <div style="position:relative"> 4 <div style="float:right; height: 10px"></div> 5 <div style="clear:right"></div> 6 <div style="position:absolute; top:4em; right:0; background:green; width: 100px; height: 100px"></div> 7 </div> 8 </body>