Making multiple divs float left

Associate
Joined
25 Apr 2007
Posts
139
Second question of the day and no doubt basic.

http://www.shinehairsalon.net/ATGNI/

See link above, I have one dive floated left with text then I'm trying to get the next one to float left underneath it but as you can see it wants to go to the right. Only wanting to put text down the left hand side in separate divs with the black background how do I do this as the divs are only 250px wide so it wants to put them next to each other.

CSS

#leftsmall {
float:left;
margin-top: 5px;
margin-bottom: 5px;
width: 250px;
text-align:justify;
padding: 10px;
background-image:url(images/backgrounds/blackbkg.png);
}

Thanks in advance
Simon
 
Back
Top Bottom