Cyberbob
Mitglied
Guten Abend,
komisch, der Rahmen steht über: Seht mal selber.
HTML:
CSS:
VLLT findet ihr ja eine Lösung, Danke im Vorraus.
komisch, der Rahmen steht über: Seht mal selber.
HTML:
HTML:
<!DOCTYPE html>
<html>
<head>
<title>GGP Preise | Startseite</title>
<link rel="stylesheet" type="text/css" href="ceeses.css">
</head>
<body>
<div id="banner" align="right"><img src="images/goodgamestudios-banner.png"></div>
<div id="header">Willkommen auf <a href="http://www.ggppreise.bplaced.de/" class="ggp">www.ggppreise.bplaced.de.</a><br>Hier findet man alle Informationen zu den Preisen.<br><br>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=238638779498615&xfbml=1"></script><fb:like href="www.ggppreise.bplaced.de" send="false" layout="button_count" width="555" show_faces="false" font="arial"></fb:like></div><br><br><br><br><br><br><br>
<div id="Kasten">
<h1 align="center">Login Bonus</h1><br>
<a href="Login Bonus/Login Bonus.html">Login Bonus</a><br><br></div>
<br><br><div id="Kasten">
<h1 align="center">Level Bonus</h1><br>
<a href="Level Bonus/1-100/Level Bonus.html">Level Bonus - Level 1 - 100</a><br>
<a href="Level Bonus/101-200/Level Bonus.html">Level Bonus - Level 101 - 200</a><br>
<a href="Level Bonus/201-300/Level Bonus.html">Level Bonus - Level 201 - 300</a><br><br></div><br><br>
<div id="Kasten">
<h1 align="center">Preise in der Übersicht</h1><br>
<img src="images/preisem-w.png" usemap="#preise" height="500" width="423">
<map name="preise">
</map>
</div>
</body>
</html>
CSS:
Code:
body{color:#000;background-color:#E4F5FF;font-weight:none;font-family:Arial;font-size:11pt}
#banner{border:0.3cm solid #4476CC;border-radius:4cm 0.2cm 0.2cm 4cm;background-color:#fff;margin-left:13cm}
#header{margin-top:-4cm;padding-left:1.5cm}
a.ggp{text-decoration:none;color:black}
#Kasten{font-weight:bold;}
#Kasten a:link,a:visited{color:black;text-decoration:none;margin-left:0.5cm}
#Kasten a:hover{color:#C82812;text-decoration:overline underline;margin-left:0.5cm}
#Kasten{border:0.3cm solid #4476CC;border-radius:0.2cm 4cm 4cm 0.2cm;margin-right:13cm}
#Kasten h1{margin:0 0;border-bottom:0.15cm solid #4476CC}
VLLT findet ihr ja eine Lösung, Danke im Vorraus.