Forum Moderators: not2easy
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<HTML>
<HEAD>
<TITLE>Title</TITLE>
</HEAD>
<style>
html, body {
height: 100%;
background-color: #888888;
}
div.x {
margin-top: 200px;
background-color: #ffffff;
}
</style>
<BODY>
<div class="x">
test
</div>
</BODY>
</HTML>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Title</title>
<style>
html,body {
height:100%;[blue]
margin:0 8px;[/blue]
background-color:#888;
}
div.x {[blue]
float:left;
width:100%;[/blue]
margin-top:200px;
background-color:#fff;
}
</style>
</head>
<body>
<div class="x">test</div>
</body>
</html>
[edited by: limbo at 11:34 am (utc) on Feb 15, 2010]
<style>
html, body {
background-color: #888;
}
div.x {
margin-top: 200px;
background-color: #fff;
}
</style> <style>
html {
background-color: #ddd;
height:100%;}
div.x {
margin-top: 200px;
background-color: #ffffff;
}
</style>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Title</title>
<style type="text/css">
html,body {
height:100%;[blue]
margin:-1px 0 0 0;
padding-top:1px;[/blue]
background-color:#888;
}
div.x {
margin-top:200px;
background-color:#fff;
}
</style>
</head>
<body>
<div class="x">test</div>
</body>
</html>