/ Published in: CSS
Min-height of an element that works in all browsers.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#content { height:auto ! important; min-height:200px; height:200px; }