412352-2.html (255B)
1 <html> 2 <head></head> 3 4 <body> 5 6 <div style="position: absolute; outline: 1px solid magenta;"><input id="input" type="file"></div> 7 8 <script> 9 document.body.offsetHeight; 10 document.getElementById("input").style.position = "absolute"; 11 </script> 12 13 </body> 14 </html>