Min-Height All the browsers


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



Copy this code and paste it in your HTML
  1. /* for browsers that don't suck */
  2. .container {
  3. min-height:8em;
  4. height:auto !important;
  5. }
  6.  
  7. /* for Internet Explorer - which of course sucks */
  8. /*\*/
  9. * html .container {
  10. height: 8em;
  11. }
  12. /**/

URL: http://www.blogohblog.com/10-css-snippets-to-save-precious-time/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.