What do you mean?

What do you mean?
Lol your main container is 900 px and the rest of your containers are over 1000 so it's bound to move under isn't it..
Back for a while.
Try this:
I think that's what you mean.HTML Code:<html> <head> <title>Your Title</title> <style type="text/css"> #container { width: 900px; margin: auto; overflow: hidden; } .box { width: 448px; background: #FFFFFF; border: 1px solid #D9D9D9; float: left; overflow: hidden; } </style> </head> <body> <div id="container"> <!-- Left --> <div class="box"> Blah Blah Blah </div> <!-- /Left --> <!-- Right --> <div class="box"> Blah Blah Blah </div> <!-- /Right --> </div> </body> </html>
But you're using containers in a container and you've set the MAIN container to 900 px?
Back for a while.
Don't worry about it anymore, I forgot the "." before the class name, just a mistake.
Want to hide these adverts? Register an account for free!