Kalma
Erfahrenes Mitglied
Hey.
Habe wieder fast das selbe Problem wie beim Letzen mall
:-(
Und zwar soll ich für eine Band eine Seite machen und ich dachte an sowas:
http://sites.dfmusik.de/siab/
Nur Leider haut das alles mit dem Padding und Breitenangaben nicht so richtig hin....
Wer könnte sich das ganze mal angucken?
index.php
css
Danke im Voraus
David
Habe wieder fast das selbe Problem wie beim Letzen mall
Und zwar soll ich für eine Band eine Seite machen und ich dachte an sowas:
http://sites.dfmusik.de/siab/
Nur Leider haut das alles mit dem Padding und Breitenangaben nicht so richtig hin....
Wer könnte sich das ganze mal angucken?
index.php
HTML:
<html>
<head>
<title>Stork in a Bottle ONLINE</title>
<link href="style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="wrapper">
<div id="kopf"> </div>
<div id="menu">Heyho - Menu</div>
<div id="cont_kopf">Heyho - Site-Titel</div>
<div id="cont_body">
Heyho - Content
</div>
<div id="clear_all"> </div>
<div id="cont_fuss">Heyho - Copyright</div>
</div>
</body>
</html>
css
Code:
body {
background:url(images/bg.jpg) repeat-x;
background-color:#707A7B;
font-family:"Verdana";
font-size:12px;
font-color:#000000;
}
#wrapper {
width:710;
margin:0px auto;
margin-top:15px;
}
#kopf {
width:100%;
height:141;
background:url(images/kopf.jpg);
margin:0px;
}
#menu {
width:698;
height:24px;
background:url(images/menu.jpg) repeat-x;
margin:0px;
padding:6px;
padding-top:14px;
}
#cont_kopf {
width:666;
height:19;
background:url(images/cont_kopf.jpg);
margin:0px;
padding:22px;
font-size:20px;
color:#7C0400;
}
#cont_body {
width:100%;
background:url(images/cont_body.jpg) repeat-y;
margin:0px;
}
#clear_all {
clear: left;
margin: 0;
padding: 0;
height: 0;
line-height: 0;
font-size: 1px;
}
#cont_fuss {
width:100%;
height:50;
background:url(images/cont_fuss.jpg);
margin:0px;
}
Danke im Voraus
David