Min-height for all browsers


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

Min-height of an element that works in all browsers.


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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.