I have been working for the past two days on the site redesign. I have most of it finished, but there is a big snafu on the single pages, where the side bar is not contained in the main division tag.
Oh well, back to the drawing board tomorrow.
UPDATE: After some research I found a web page that helped solve the problem I was having with containing floats within my division.
http://www.quirksmode.org/css/clearing.html
I chose to add the “clear: all” declaration to the footer id selector. It seems to work.
Commments are closed for this article.