mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-19 07:31:25 +00:00
10 lines
180 B
HTML
10 lines
180 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<div style="position:fixed; top:100px;" id="d">hello</div>
|
|
<script>
|
|
document.write(document.getElementById("d").offsetTop);
|
|
</script>
|
|
</body>
|
|
</html>
|