file_bug1151421.html (252B)
1 <html> 2 <head> 3 <style> 4 body, html { 5 height: 100%; 6 } 7 .spacer { 8 height: 80%; 9 } 10 </style> 11 </head> 12 <body onload='(parent || opener).childLoad()'> 13 14 <div class="spacer"></div> 15 <div id="content">content</div> 16 <div class="spacer"></div> 17 18 </body> 19 </html>