# Messed up floats

**URL:** https://forum.kirupa.com/t/messed-up-floats/194762
**Category:** Uncategorized
**Created:** [July 26, 2006, 3:21am UTC](https://forum.kirupa.com/t/messed-up-floats/194762 "2006-07-26T03:21:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dru\_nasty](https://avatars.discourse-cdn.com/v4/letter/d/90db22/32.png) [@dru\_nasty](https://forum.kirupa.com/u/dru_nasty)
#### Post date: [July 26, 2006, 3:21am UTC](https://forum.kirupa.com/t/messed-up-floats/194762/1 "2006-07-26T03:21:50Z")

</div>

I have no idea what is causing this staggered floats seen [here.](http://bluetorchmedia.com/clients/fivestar/home.php) And the bg color of navbar\_left isn’t even showing.  
Here’s the CSS:

```auto

body {
margin:0px;
background-color:#999999;

}

.wrapper {
width:760px;
position:absolute;
left:50%;
margin-left:-380px;
padding:0px;
border:0px;
background-color: #ffffff;
}
 
.navbar_left {
width:180px;
background-color:#33FF99;
float:left;
}

.content {
width:580px;
background-color:#CC0066;
float:right;
}

.headers {
width:760px;
background-color:#00FF00;
}

```
