Internet explorer does't support min-height, but this CSS method will allow it.
CSS
Simply apply the following height setting to any of you element that you want to have the min-height.
selector {
min-height:500px;
height:auto !important;
height:500px;
}

Comments will be moderated and
rel="nofollow"will be added to all links. You can wrap your coding with[code][/code]to make use of built-in syntax highlighter.