M
Maik
Hier der überarbeitete Quelltext, den ich in allen mir zur Verfügung stehenden Browsern erfolgreich getestet habe.
Testumgebung: Win2k, FF 1.5.0.6, IE 6.0, MOZ 1.7.12, NN 7.0, OP 8.50
Testumgebung: Win2k, FF 1.5.0.6, IE 6.0, MOZ 1.7.12, NN 7.0, OP 8.50
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>---BeatBastion---HipHop-Production</title>
<style type="text/css">
<!--
body {
margin: 0;
padding: 0;
background-color: #000000;
}
#container {
width: 598px;
margin: 0 auto;
padding: 0;
}
#header {
width: 598px;
height: 158px;
margin: 0;
background-color: #000000;
}
#contentbox {
width: 598px;
height: 404px;
background-image: url(JPGs/backgroundcontent.jpg);
background-repeat: no-repeat;
}
#logobox {
width: 598px;
height: 120px;
background-image: url(JPGs/BannerPic.jpg);
background-repeat: no-repeat;
background-position: 50% 0;
text-align: center;
}
#content {
width: 578x;
padding-bottom: 150px;
padding-top: 25px;
padding-left: 10px;
padding-right: 10px;
}
.Stil8 {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
font-weight: bold;
}
.Stil12 {
font-size: small;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}
-->
</style>
</head>
<body>
<div id="container">
<div id="header">
<div id="logobox"></div>
<div id="navigation">
<div class="menu Stil8">
<div class="Stil12">News | About Us | Projekte | Tracks | Beats | Links | Kontakt | G-Book | Forum </div>
</div>
</div>
<div id="contentbox">
<div id="content"></div>
</div>
<div id="footer"></div>
</div>
</div>
</body>
</html>