Hi,
Ich arbeite gerade an einer hp und habe folgendes Problem:
Immer, wenn ich ein verlinktes bild verschiebe, verschiebt sich etwas anderes gleich mit. könnte das an den divs liegen?
hier mal der quellcode:
und hier der link zur site: klick
ich hoffe ihr könnt mir helfen
mfg
#
Barzul
Ich arbeite gerade an einer hp und habe folgendes Problem:
Immer, wenn ich ein verlinktes bild verschiebe, verschiebt sich etwas anderes gleich mit. könnte das an den divs liegen?
hier mal der quellcode:
HTML:
<html> <head>
<title>Volturi - EL</title>
<style type="text/css">
body {
background-color: black;
}
h1 {
color: red;
font-style: papyrus, verdana;
text-align: center;
}
p {
color: silver;
font-style: papyrus, verdana;
}
div.bgpic {
background-image: url(http://api.ning.com/files/JHYlt7g1KrzoZ4aDERzM7AcdZULY3KBoyz*G3OyC1jvjoCfywZh9gXMAdqukXi*575oWeoFmhRKa5sM8UiMhiDfbvk1JqIjI/BeautifulVolturiCover.jpg);
margin-left: 400px;
margin-right: 400px;
}
a {
color: silver;
}
div.body {
background-image: url(http://volturi.bplaced.net/images/Body.png);
margin-left: 400px;
margin-right: 400px;
margin-top: -20px;
margin-bottom: -400px;
}
div.links {
margin-left: 990px;
margin-top: -300px;
}
div.vote {
margin-left: 580px;
margin-top: 350px;
}
div.text {
margin-left: 580px;
margin-top: -300px;
}
div.menue {
margin-left: 420px;
margin-top: 50px;
}
</style>
</head> <body>
<div class="bgpic">
<h1>Herzlich Wilkommen<br>
Auf der Homepage des Volturi-Ordens aus dem Browsergame <a href="http://portal.earthlost.de/">Earthlost</a>!</h1>
</div>
<div class="body">
<p><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></p>
</div>
<div class="links">
<a href="http://portal.earthlost.de/"><img src="http://volturi.bplaced.net/images/button-el.png"></a><br>
<br>
<br>
<br>
<a href="http://www.andyhoppe.com/" title="Counter"><img src="http://www.andyhoppe.com/count/?id=1254734441" style="border:none" alt="Counter" /></a>
</div>
<div class="text">
<p>Die Site ist noch im Aufbau!<br>
This site is under construction!
</div>
<div class="menue">
<a href="index.php"><img src="http://volturi.bplaced.net/images/button-ueber_uns.png"></a><br>
<a href="http://volturi.bplaced.net/gb"><img src="http://volturi.bplaced.net/images/button-guestbook.png"></a><br>
</div>
</body> </html>
und hier der link zur site: klick
ich hoffe ihr könnt mir helfen
mfg
#
Barzul