blob: 1961db5364215caa5dccbb896a7f686496c22b1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html>
<head>
<style type="text/css">
div{overflow:hidden;}
div.menubar{position:fixed;width:100%;}
</style>
</head>
<body>
<div class="menubar">
</div>
if you can't see this, it crashed.
</body>
</html>
|