зеркало из https://github.com/mozilla/pjs.git
15 строки
244 B
HTML
15 строки
244 B
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>
|