Min-Height CSS Hack – Height – Minheight – IE – FF – Minimum


Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /home/www/danfolkes.com/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
1
2
3
4
5
selection {
  min-height:450px;
  height:auto !important;
  height:450px;
}

This code will give min-height to all browsers. IE, FF, Opera, Safari and more.
Continue reading “Min-Height CSS Hack – Height – Minheight – IE – FF – Minimum”