Footer on a multi horizontal-div website
I wasn't really sure how to put divs beside each other. I found a 开发者_高级运维solution here, however, instead of subsequent text going below (where it should) the text now aligns to the right. This wouldn't normally be a problem because all of the content is inside the main container, however, I want my footer to appear at the bottom of the page.
Here is the website: http://www.winterlb.com/test/
The "test" at the right is what I want to appear at the bottom of the page, thanks.
add <div style="clear: both;"></div>
above your footer div
精彩评论