-1:000000000000 | 0:c9d2b1600ece |
---|---|
1 <html> | |
2 <head></head> | |
3 | |
4 <body> | |
5 | |
6 <div style="position: absolute"><input id="input" type="file" style="top: 100%"></div> | |
7 | |
8 <script> | |
9 document.body.offsetHeight; | |
10 document.getElementById("input").style.position = "absolute"; | |
11 </script> | |
12 | |
13 </body> | |
14 </html> |