Cross-Browser min height


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #div {
  2. min-height: 500px;
  3. height:auto !important;
  4. height: 500px;
  5. }

URL: http://webexpedition18.com/articles/useful-css-snippets/

Report this snippet


Comments


You need to login to view comments.