css - Footer should cover the rest of the height -


i have blackout @ moment.

i have wrapper class @ top of page , want footer covers rest of page. @ moment, footer has height:100%; , creates scrollbar.

i want footer fills rest of height of body minus height of wrapper, no scrollbar. how can solve this?

example: http://codepen.io/anon/pen/ydhlk

thanks!

you need put footer inside closing </div> tag wrapper.

http://codepen.io/anon/pen/imgbt


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -