css - Why does footer not go all the way to the bottom? -
I have a web page, as follows:
pushing the yellow pixel all the way Does not come to the bottom. any idea? Here is the CSS code:
#container {min-height: 100%; Status: Relative; } #body {padding-bottom: 60px; / * Footer height * /} #footer {position: absolute; Bottom: 0; Width: 100%; Height: 60px; / * Footer height / background: # CCCC 66; }
This works; Your CSS is being cached at the local level Have you recently refreshed a great browser? Press Ctrl + F5.
Comments
Post a Comment