Min-Height For IE
- June 25th, 2008
- Posted in CSS
- Write comment
Yes, a nice and clean code
min-height:222px;
height:auto !important;
height:222px;
just since !important is there it will help to make it recognized for firefox but not IE6 and so the min hight will work
No comments yet.