/ Published in: CSS
Min-height of an element that works in all browsers.
Expand |
Embed | Plain Text
#content { height:auto ! important; min-height:200px; height:200px; }
You need to login to post a comment.
avantsi on 04/29/09
4 people have marked this snippet as a favorite
creativelifeform
a1ias
ozenyx
WinterCrow
Min-height of an element that works in all browsers.
#content { height:auto ! important; min-height:200px; height:200px; }
You need to login to post a comment.