CSS recipes: min-height hack

This really helped me out
And the order of the lines is important, make sure it's:
  height:auto !important;
  height:640px;
and no the other way around. And one more thing: Do not use overflow: hidden with this.

blog comments powered by Disqus