You Are Here Home > Enforce a Minimum Height For a Box

Enforce a Minimum Height For a Box

Here is the CSS:

.your-element {
   height: 500px;
   min-height: 500px;
   height: auto;
}

Of course, you might change 500px to whatever height you wish…

Enforce a Minimum Height For a Box
Filed under: CSS   Posted by: Hamid

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment