beaufugg
Member
Posted 3 years ago #
I'm still trying to get a minimum height argument to work herehttp://www.choicebananas.co.nz/wordpress/?page_id=2
I want to always have the Grey content panel touching the bottom of the screen/page. I don't understand what I am doing wrong
I have followed this bit of advice http://www.springload.co.nz/love-the-web/sticky-footers
But no luck
Please help
start by adding this to the beginning of your CSS:
html, body { height: 100%; }
IE6 behaves differently but that's the first thing you need to do.
beaufugg
Member
Posted 3 years ago #
Awesome, thank you. how do I make my content and sidbar panels full height to? I have used the height:100% argument on both of them?
Sweet. It looks like you got the sidebar issue fixed. kudos.
beaufugg
Member
Posted 3 years ago #
Used 'min height', still not exactly what I wanted but small steps ; ) thanks
ESiegel
Member
Posted 2 years ago #