Posted By


josephfritz on 03/03/09

Tagged


Statistics


Viewed 1001 times
Favorited by 1 user(s)

IE6 Min-Height Fix


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



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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.