mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-19 22:32:12 +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>
|