mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
21 lines
399 B
HTML
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> |