1444904-ref.html (293B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 #box { 6 position: absolute; 7 top: 80px; 8 width: 20px; 9 height: 20px; 10 background: green; 11 } 12 </style> 13 </head> 14 15 <body style="height: 10000px;"> 16 <div id="box"></div> 17 </body> 18 </html>