-
Want to set a minimum height to your div?
Date: Feb 26, 2009 | Categories: Css | Written By: Mike Ballan
If your wanting to set the minimum height to one of your div’s i.e. make it 400px in height all you have to do is add this CSS code into you div..!
min-height:400px; height:auto !important; height:400px;
