blob: ead76ab888c09e53773ba5194fdbe2a9108fe8fd [file] [log] [blame]
<style>
#headernavbar {
position: fixed;
}
#system {
position: absolute;
visibility: hidden;
}
</style>
</head>
<body>
<div id="headernavbar">
<div>
<div>There should be text below</div>
<div id="system">
This should be visible
</div>
</div>
</div>
<script>
document.body.offsetWidth;
system.style.visibility='visible';
</script>