RetroZilla/layout/html/tests/block/printing/179683-1.html

21 lines
399 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<!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>