<!DOCTYPEhtml>
<html>
<head>
<script>
window.onload = function() {
document.body.offsetWidth;
document.body.style.top = "100px";
};
</script>
</head>
<body><divstyle="position: relative; top: inherit"><divstyle="position: absolute; top: inherit">This text should be 200px from the top of the body</div></div></body>
</html>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.