jruderman%hmc.edu cd67ab7dfc When you stare into the crashtest, the crashtest also stares back into you.
git-svn-id: svn://10.0.0.236/trunk@241485 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-17 01:20:41 +00:00

15 lines
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>