RetroZilla/layout/html/tests/block/printing/179683-1.html
2015-10-20 23:03:22 -04:00

21 lines
399 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<style type="text/css">
#main {
background-color:#dddddd;
position: fixed;
width: auto;
height: auto;
top: 50px;
right: 0;
bottom: 25px;
left: 0;
overflow: auto;
}
</STYLE>
</head>
<body>
<div id="main">Some text</div>
</body>
</html>