Ich würde mich sehr über eure hilfe freuen mir ist das problem erst gerade aufgefallen und ich muss meine präsentation am freitag halten:(
<html>
<head>
<title>Kreaturen System</title>
<link rel="stylesheet" type="text/css" href="./styles/design2.css">
</head>
<div class="banner">
<a> <image src="./bilder/banner.jpg" /> </a>
</div>
<div class="animation">
<a href="#"> <image src="./bilder/animation.gif" /></a>
</div>
<div class="animationzwei">
<a href="#"> <image src="./bilder/animation.gif" /></a>
</div>
<div class="navi">
<p style="color:#ff0000"> <a href="index.html"> <image src="./buttons/button1up.png" /></a><a href="home.html"><image src="./buttons/button7up.png" /></a><a href="pvp.html"> <image src="./buttons/button2up.png" /></a><a href="finanz.html"> <image src="./buttons/button4up.png" /></a> <a href="fan.html"> <image src="./buttons/button5up.png" /></a><a href="imp.html"> <image src="./buttons/button6up.png" /></a></p>
</div>
<div class="linkesbild2">
<a> <image src="./bilder/kainen.jpg" /> </a>
</div>
<div class="text">
<font size="5" color="#FF0000" face="Curlz MT">
<p>Einteilung Basis-Einzigartig.</p>
<p>Magie Kreaturen und Kampfkreaturen.</p>
<p>Durch töten von Monstern bekommt man leere Karten.</p>
<p>Wahrscheinlichkeit sie zu fangen liegt bei</p>
<p>Basis Kreaturen: 90%</p>
<p>Gewöhnliche Kreaturen: 45%</p>
</p>Ungewöhnliche Kreaturen: 15%</p>
</p>Seltene Kreaturen: 5%</p>
</p>Sehr seltene Kreaturen 2.5% und Einzigartige Kreaturen 1%</p>
</font>
</div>
</body>
css:
body{
background-image:url(../bilder/text.jpg);
background-color:black;
background-position:100px 0%;
background-repeat:no-repeat;
}
.banner{
position:absolute;
left:50%;
right:50%;
margin-left:-450px;
}
.animation{
top:150px;
position:absolute;
left:50%;
margin-left:-550px;
}
.animationzwei{
top:150px;
position:absolute;
right:50%;
margin-right:-550px;
}
.animationzwei a image{
border: 0px;
}
.animation a image{
border: 0px;
}
.navi a:link img, a:visited img{
border: 3px solid blue;
}
.navi a:hover img, a:active img{
border: 3px solid red;
}
.text{
position:absolute;
top:350px;
right:50%;
left:50%;
width:600px;
}
.text2{
position:absolute;
top:500px;
right:50%;
left:50%;
width:550px;
}
.textimp{
top:250px;
position:absolute;
left:50%;
right:50%;
}
.anschrieb{
position:absolute;
top:350px;
left:10%;
}
.linkesbild{
position:absolute;
top:300px;
left:10%;
}
.linkesbild2{
position:absolute;
top:350px;
left:2%;
}
.videoslinks{
position:absolute;
top:350px;
}
.itemshop{
position:absolute;
top:350px;
}
.navi{
top:180px;
position:absolute;
height:50px;
background:blue;
left:50%;
right:50%;
margin-left:-450px;
width:900px;
}
ist nur bei der seite wo das problem auftritt bei den anderen habe ich es notdürftig gelöst^^:D