Prøv disse dokumenter:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>TITLE</title>
<style type="text/css">
body, html {
height: 100%;
margin: 0px;
}
</style>
</head>
<body>
<div style="width:200px;height:200px;background-color:yellow;border:50px solid red"> </div>
<div style="width:200px;height:200px;background-color:yellow"> </div>
</body>
</html>
---------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>TITLE</title>
<style type="text/css">
body, html {
height: 100%;
margin: 0px;
}
</style>
</head>
<body>
<div style="width:200px;height:200px;background-color:yellow;border:50px solid red"> </div>
<div style="width:200px;height:200px;background-color:yellow"> </div>
</body>
</html>
---------------------------------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>TITLE</title>
<style type="text/css">
body, html {
height: 100%;
margin: 0px;
}
</style>
</head>
<body>
<div style="width:200px;height:200px;background-color:yellow;border:50px solid red"> </div>
<div style="width:200px;height:200px;background-color:yellow"> </div>
</body>
</html>
---------------------------------
<!-- Bare en kommentar før DTD'en er zq nok :oP -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>TITLE</title>
<style type="text/css">
body, html {
height: 100%;
margin: 0px;
}
</style>
</head>
<body>
<div style="width:200px;height:200px;background-color:yellow;border:50px solid red"> </div>
<div style="width:200px;height:200px;background-color:yellow"> </div>
</body>
</html>
... kun den første viser IE6 korrekt i forhold til box-modellen i W3C's CSS-standard