开发者

Have main content background color expend all the way down to footer at bottom of browser

开发者 https://www.devze.com 2023-03-31 00:37 出处:网络
Here is my curre开发者_Go百科nt HTML and CSS http://jsfiddle.net/fqu6U/ I want the red to go all the way to the footer.Check http://jsfiddle.net/fqu6U/3/

Here is my curre开发者_Go百科nt HTML and CSS http://jsfiddle.net/fqu6U/

I want the red to go all the way to the footer.


Check http://jsfiddle.net/fqu6U/3/

Problems that were interfering: float, height: auto.


Why not just add this to the bottom of the css:

body
{
    background-color:red
}

EDIT: Given your comment you might want to look at this: http://www.cssstickyfooter.com/using-sticky-footer-code.html

0

精彩评论

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