CSS Crossbrowser Min-height


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



Copy this code and paste it in your HTML
  1. #minheight {
  2. min-height:300px;
  3. height:auto !important;
  4. height:300px;/*Needs to match the min height pixels above*/
  5. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.