Raw File
386554-1.html
<html>
<head></head>

<body>

<div style="position: absolute"><input id="input" type="file" style="top: 100%"></div>

<script>
document.body.offsetHeight;
document.getElementById("input").style.position = "absolute";
</script>

</body>
</html>
back to top