开发者

Footer on a multi horizontal-div website

开发者 https://www.devze.com 2023-04-10 10:06 出处:网络
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. Thi

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

0

精彩评论

暂无评论...
验证码 换一张
取 消