/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* for browsers that don't suck */ .container { min-height:8em; height:auto !important; } /* for Internet Explorer - which of course sucks */ /*\*/ * html .container { height: 8em; } /**/
URL: http://www.blogohblog.com/10-css-snippets-to-save-precious-time/