Noch nicht viel geschrieben
hallo leute
hab zwei probleme.
meine navileiste wird nicht ganz oben angezeigt. ( im ie iwie schon )
und die seite ist trotz center befehl nicht mittig..
sh0xcc
hab zwei probleme.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>verein</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<center>
<body>
<div id="content">
<div class="navi">
<p id="naviul">
<span><a href="#Beispiel">Home</a></span>
<span><a href="#Beispiel">bambini</a></span>
<span><a href="#Beispiel">f-jugend</a></span>
<span><a href="#Beispiel">e-jugend</a></span>
<span><a href="#Beispiel">d-jugend</a></span>
<span><a href="#Beispiel">c-jugend</a></span>
<span><a href="#Beispiel">b-jugend</a></span>
<span><a href="#Beispiel">a-jugend</a></span>
</p>
</div>
<div class="header">
</div>
</div>
</body>
</center>
</html>
Code:
#content{
text-align:center;
width:850px;
height:600px;
background-color:#999999;
z-index:1;
position:absolute;
top:30px;
left:220px;
}
.header {
margin:auto;
width:849px;
height:101px;
border-right:medium;
border-left:medium;
border-left-width:1px;
border-right-width:1px;
background-color:#0099CC;
position:relative;
top:0px;
z-index:2;
}
.navi {
width:850px;
height:25px;
background-color:#0033FF;
position:relative;
z-index:2;
text-align:center;
}
p#naviul span{
padding-right:20px;
padding-left:20px;
}
und die seite ist trotz center befehl nicht mittig..
sh0xcc