Hallo, ich hab ein kleines Problem mit nem neuen Projekt, für das ich grad den ersten Entwurf gemacht habe. Die Seite ist mit Layern aufgebaut, und jetzt habe ich das Problem dass die Kasten so unten am Rand kleben.
http://christianendt.de/wawa/vorlage.html
Hier die dazugehörige CSS-Datei:
Code
p{font-family: arial, verdana, sans-serif}
p.title{font-size: 180%; font-weight: bold; color: #FF0000}
p.navi{color: #FFFFFF}
div.title{position:absolute; width: 850px; height: 100px; z-index:1;
background-image: url(img/blasen.gif); border: 1px solid #000000; left: 30px; top: 30px}
div.navi{position:absolute; width:150px; height:500px; z-index: 1;
background-image: url(img/blue2.jpg); border: 1px solid #000000; left: 30px; top: 147px}
div.navi2{position:absolute; width: 144px; height: 490px; z-index: 2;
background-image: url(img/blue2.jpg); border: 0px solid #000000; left: 3px; top: 5px}
div.main{position:absolute; width: 700px; height: 500px; z-index: 1;
background-image: url(img/karo.gif); border: 0px solid #000000; left: 180px; top: 147px;
botton: 10px}
div.main2{position:absolute; width: 694px; height: 490px; z-index: 2;
background-image: url(img/karo.gif); border: 0px solid #000000; left: 3px; top: 5px;
bottom: 10px}
Alles anzeigen
Bitte helft mir!
MfG
Gettokind