[Solved] Spacing out divs
Posted: Thu Jul 31, 2008 1:18 pm
I have created a sponsors column on my site.
and i have then created two extra sponsor divs to sit ontop of the sponsor column.
How do you make floating divs sit underneigh each other?
The Site
you can see on the right side i have a floating background image called sponsor_column
then you will see the 2 floating adverts "which at the moment are the same" i want them to sit over of the background sponsorcolumn image 1 over the other like this:
image
i tried using a
.clear {
clear:both;
}
in the css
and then adding
into the template but it didnt work
Suggestions?
and i have then created two extra sponsor divs to sit ontop of the sponsor column.
How do you make floating divs sit underneigh each other?
The Site
you can see on the right side i have a floating background image called sponsor_column
then you will see the 2 floating adverts "which at the moment are the same" i want them to sit over of the background sponsorcolumn image 1 over the other like this:
image
i tried using a
.clear {
clear:both;
}
in the css
and then adding
into the template but it didnt work
Suggestions?