flotschal: float:left wird ignoirert

Beitrag lesen

huhu!!

kämpf grad mit float:left rum. normalerweise krieg ich das immer hin aber ich hab irgendwo einen fehler drin und ich find ihn einfach nicht.

hier mal der code:

body, html {  
 height:100%;  
 margin:0;  
 padding:0;  
 background-color:#000000;  
 color:#FFFFFF;  
}  
  
body {  
 font-family:Verdana, Arial, Helvetica, sans-serif;  
 font-size:12px;  
}  
  
a, a:link, a:visited, a:active{  
 text-decoration:none;  
}  
  
  
#container {  
 background-image: url(../images/container.jpg);  
 background-repeat:no-repeat;  
 margin-left:auto;  
 margin-right:auto;  
 width:1024px;  
 height:768px;  
 padding-top:10px;  
 }  
  
#header {  
 background-image: url(../images/header.jpg);  
 background-repeat:no-repeat;  
 width:1004px;  
 height:160px;  
 margin-left:10px;  
}  
  
#logo {  
 width: 90px;  
 height: 90px;  
}  
  
#menu {  
 color:#FFFFFF;  
 height:40px;  
 width:600px;  
}  
  
  
#content {  
 background-image: url(../images/content.jpg);  
 background-repeat:no-repeat;  
 width:750px;  
 height:578px;  
 margin-top:10px;  
 margin-left:10px;  
}  
  
#banner_right {  
 background-image: url(../images/banner_right.jpg);  
 background-repeat:no-repeat;  
 width:250px;  
 height:578px;  
 margin-top:10px;  
 float:left;  
}  
  
  
  

und das template dazu:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
<html>  
<head>  
<title>BasementPokerClub - www.basementpoker.at</title>  
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  
<link rel="stylesheet" type="text/css" href="css/style.css">  
</head>  
  
<body>  
  
<!-- ###DOKUMENT### begin -->  
  
<div id="container">  
 <div id="header">  
  <div id="logo">###LOGO###</div>  
  <div id="menu">###MENU###</div>  
 </div>  
  
 <div id="content">###MAIN_CONTENT###</div>  
  
 <div id="banner_right">###B_RIGHT###</div>  
  
</div>  
  
<!-- ###DOKUMENT### end -->  
  
</body>  
  
  
  
</html>  

ich hoff irgendwer kann mir helfen. bin glaub ich grad echt zu blöd und es ist einfach nur ein dummer fehler und ich seh ihn grad nicht.

danke!!!!

hier noch der link zur seite: www.basementpoker.at/index2.php