Min-Height for IE and other browsers


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

It works fine in Firefox, IE7 and IE8. IE6 is not tested


Copy this code and paste it in your HTML
  1. .minheight{
  2. min-height:100px;
  3. _height: 100px;
  4. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.