Guten Tag,
NN 7 stellt diese Seite nicht richtig dar:
Klick mich
Wie könnte ich das Problem lösen?
Sourcecode
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Vier Spalten</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style/mulfing.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="Center">
<div id="Header"></div>
<div id="Indexpic01"><img src="bilder/img_01.jpg"></div>
<div id="Indexpic02"><img src="bilder/img_02.jpg"></div>
<div id="Indexpic02"><img src="bilder/img_02.jpg"></div>
<div id="Indexcontent">
<h1>Überschrift</h1>
Dies ist eine Mustertext
</div>
<div id="Indexnavi"></div>
</div>
</body>
</html>
-----------------------------------------------------------------------------
stylesheet
body {
background-color: White;
color: Black;
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
margin: 10px 0 0 0;
text-align: center;
}
H1 {
font-size: 130%;
color: #777777;
font-weight: bold;
background-color: transparent;
margin: 0;
}
#Center {
position: relative;
width: 800px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
#Header {
position: relative;
background-color: Aqua;
width: 800px;
height: 100px;
}
#Indexpic01 {
position: relative;
width: 320px;
height: 300px;
margin-top: 10px;
float: left;
}
#Indexpic02 {
position: relative;
width: 160px;
height: 300px;
margin-top: 10px;
margin-left: 5px;
float: left;
}
#Indexcontent {
position: relative;
width: 145px;
height: 300px;
margin-top: 10px;
margin-left: 5px;
float: right;
background-color: #999999;
padding: 3px;
color: #FFFFFF;
font-size: 85%;
}
#Indexnavi {
position: relative;
width: 800px;
height: 40px;
margin-top: 10px;
margin-bottom: 30px;
background-color: Lime;
font-size: 90%;
float: left;
/*background-image: url(../grafik/objekte/footer.jpg);
background-repeat: repeat-x;*/
}