I need my footer to expand vertically depending on browser size. http://www.pixelbehavior.com I have the footer at 500px in height just for demonstration purposes. I've tryed height: 100%, but that didnt work. maybe some of you CSS experts out there can help me out with this. I need the DIV#Fmiddle to expand.
In order to make height:100% work properly, you need to specify the height of the containing element. It is generally a good idea to include the css spec... html,body{height:100%} Hope that helps, and works!