Posted By


josephfritz on 03/03/09

Tagged


Statistics


Viewed 1838 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


You need to login to view comments.