123946-1.html (227B)
1 <html> 2 <head> 3 <title>test</title> 4 </head> 5 6 <body> 7 <div id="test" style="position: absolute;">test</div> 8 <script type="application/x-javascript">document.getElementById("test").style.position = "fixed";</script> 9 </body> 10 </html>