Im new to css and learning it, im stuck in floating lauout...
What im doing wrong here? The menu is floated left and Content is floated right but whenever i want toadd a third column and float 2nd column to left it goes all the way left and cause some weird stuff,? like the screenshot i attached,
http://i40.tinypic.com/2hmkd41.jpg
Html:
<body>
<div class="wrapper">
<div class="header">
<h3>myBlog</h3>
<p>Blog site</p>
</div>
<div class="content">
<div class="primary">
<div clas