0

I seem to have a problem that my container div is not getting 100% height to the bottom of the page. You can see the layout at http://jsfiddle.net/hqC3U/

I've tried everything from min-height till dirty old hacks that did not work.

Is there anybody with some advise?

My Head Hurts
  • 37,315
  • 16
  • 75
  • 117

1 Answers1

2

You cant apply a percent value to div height, because theoretically your height could be infinite. You will have to use something like min-height.

OneChillDude
  • 7,856
  • 10
  • 40
  • 79
  • looks like this is what twitter does to get the center blue div to extend down indefinitely....however this is not working on my application...are there any stipulations? –  Feb 13 '13 at 23:36