Tuesday, July 25, 2006

How to apply min-height in IE and other browsers � WordPress Support

How to apply min-height in IE and other browsers � WordPress Support:

#insideWrapper {
min-height: 500px;
height: auto !important;
height: 500px;
}


Another common problem with IE. This is a good fix for having min-height supported on both firefox and IE.

No comments:

Post a Comment