Nabend,
Meine sidebar ist falsch positioniert.sie sollte dierekt unter dem Header sein, wie #Textfeld:
Mein code:~~~css
<html>
<head>
<style type="text/css">
body {background-color: #dddddd;background-image:url();}
a{color:#000000; font-size: 15px; text-decoration: none;}
a:hover {color: #666666; font-size: 15px; text-decoration: none;}
a:link {color: #333333; font-size: 15px; text-decoration: none;}
a:active {color: #555555; font-size: 15px; text-decoration: none;}
a:visited {color: #444444; font-size: 15px; text-decoration: none;}
#Design {
width:800px;
margin-left:100px;
}
#Header_oben {
margin-top: 40px;
height: 200px;
width: 800px;
background-color: #ffffff;
background-image:url(http://83.246.96.56/090816/oW6bmao2.png);
color: #EBB000;
border: 0px solid #888888;
padding: 0px;
}
#nav_container {
margin-top: -60px;
width: 800px;
height: 52px;
background-color: #xxx;
color: #000000;
border: 0px solid #888888;
padding: 0px 0px 0px 0px;
background-image: url();
}
#Textfeld {
width: 610px;
background-color: #xxx;
color: #222222;
background-image: url(http://img134.imageshack.us/img134/4895/tfvm4.png);
border: 0px solid #888888;
margin-bottom: 0px;
padding: 10px 10px 0px 10px;
display: inline;
float: left;
}
#Textfeldup {
width: 620px;
height: 30px;
background-color: #xxx;
color: #222222;
background-image: url(http://img291.imageshack.us/img291/1643/tfokp9.png);
border: 0px solid #888888;
margin-bottom: 0px;
margin-top: 15px;
padding: 5px 0px 0px 10px;
display: inline;
float: left;
}
#Textfelddown {
width: 610px;
height: 30px;
background-color: #xxx;
color: #222222;
background-image: url(http://img364.imageshack.us/img364/8388/tfuge9.png);
border: 0px solid #888888;
margin-bottom: 15px;
padding: 0px 10px 0px 10px;
display: inline;
float: left;
}
#sidebar_container {
width: 145px;
background-color: #ffffff;
color: #222222;
border: 0px solid #888888;
margin-bottom: 0px;
padding: 0px 5px 0px 5px;
float:right;
background-image: url(http://img364.imageshack.us/img364/8566/sliv0.png);
}
#sidebarup {
width: 145px;
height: 8px;
background-color: #ffffff;
color: #222222;
border: 0px solid #888888;
margin-top: 0px;
padding: 0px 5px 0px 5px;
float:right;
background-image: url(http://img99.imageshack.us/img99/9661/slohe0.png);
}
#sidebardown {
width: 145px;
height: 8px;
background-color: #ffffff;
color: #222222;
border: 0px solid #888888;
margin-bottom: 15px;
padding: 0px 5px 0px 5px;
float:right;
background-image: url(http://img364.imageshack.us/img364/6916/sluhd9.png);
}
#Feld_unten {
width: 780px;
height: 25px;
background-color: #ffffff;
color: #222222;
clear: both;
border: 0px solid #888888;
padding: 5px 10px 0px 10px;
background-image: url(http://img217.imageshack.us/img217/7218/bottomtb2.png);
}
</style>
</head>
<body>
<div id="Design">
<div id="Header_oben"></div>
<div id="nav_container"></div>
<div id="Textfeldup"><table width="610" height="25" border="0" background="http://83.246.96.56/090816/FsX9F2S.png" align="">
<tbody>
<tr>
<td align="right"><b><font face="arial" color="#ffffff">
<?php
echo $site;
?>
</font></b></td>
</tr>
</tbody>
</table></div>
<div id="Textfeld">Lorem ipsum</div>
<div id="sidebarup"></div>
<div id="sidebar_container">korem ipsum</div>
<div id="sidebardown"></div>
<div id="Textfelddown"></div>
<div id="Feld_unten"><table border="0" align="center">
<tbody>
<tr>
<td> </td>
<td align="center"><a href="http://discreated.de/aboutme.php" target="_self">Über Mich</a> | <a href="http://discreated.de/impress.php" target="_self">Impressum</a> | <a href="http://discreated.de/contact.php" target="_self">Kontakt</a> | <a href="http://discreated.de/partners.php">Partner</a></td>
<td> </td>
</tr>
</tbody>
</table></div>
</div><!-- // ENDE #Design -->
</body>
</html>
Kann mir jemand helfen?