Jeg sidder på arbejdet så det er ikke muligt for mig at se dette i andet end IE-old :), så prøv selv at se hvordan det ser ud i FF osv og meld tilbage.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "
http://www.w3.org/TR/REC-html40/strict.dtd"><html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<title>Test.</title>
<style type="text/css">
body {
margin: 0px ;
padding: 0px;
background-color: #000000;
}
#container {
margin: 0px auto;
width: 708px;
background-color: #F4F4F4;
border: 2px solid #F4F4F4;
}
#header{
height:100px;
background-color: #999999;
border: 2px solid #F4F4F4;
}
#menu{
height:20px;
margin: 0px;
background-color: #999999;
border: 2px solid #F4F4F4;
}
#wrap{
width: 708px;
position: relative;
}
#picture {
float: left;
width:500px;
height:200px;
margin: 0px;
background-color:#999999;
border: 2px solid #F4F4F4;
}
#right {
float: left;
width:200px;
height:200px;
margin: 0px;
background-color: #999999;
border: 2px solid #F4F4F4;
}
#wrap2{
width: 708px;
position: relative;
}
#content {
float: left;
width:500px;
margin:0px;
background-color: #999999;
border: 2px solid #F4F4F4;
}
#submenu {
float: left;
width:200px;
margin:0px;
background-color: #999999;
border: 2px solid #F4F4F4;
}
#footer{
margin:0px;
background-color:#999999;
border: 2px solid #F4F4F4;
}
p {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#F4F4F4; padding:2px; margin:0;}
</style>
</head>
<body>
<div id="container">
<div id="header"><p>Header</p></div>
<div id="menu"><p>Menu</p></div>
<div id="wrap">
<div id="picture"><p>Picture</p></div>
<div id="right"><p>Right</p></div>
</div>
<div id="wrap2">
<div id="content"><p>Content</p></div>
<div id="submenu"><p>Submenu</p></div>
</div>
<div id="footer"><p>Footer</p></div>
</div>
</body>
</html>
Mvh. Johan