lilblackgirl -> adding space after a clear both (6/12/2007 9:11:17)
i'm trying to add padding to the top of a footer after a 'clear both' set of divs. unfortunately, it's not working. the top side of the footer has a border, so if i add margin, the border sits under the divs and then adds space between the border and footer text. adding padding to the top of the footer div is doing nothing. any suggestions?
Tailslide -> RE: adding space after a clear both (6/12/2007 10:00:03)
Add a bottom margin to the divs above the footer?
If you're adding a top margin to the footer it should appear as space above the border rather than underneath the border (which you'd expect to get from padding).