{ Snipperize } /min-height
Snippets about min-height
Here are the latest snippets talking about min-height. Please choose your favorite one or add a new one.
Min-height for IE (and all other browsers)
Since min-height doesn't work in IE, this code makes up for IE's shortcomings. The first part of the code is the correct code that works in Firefox and Safari. The second part of the code is for IE. Internet Explorer will ignore min-height and is just given a height of 8em. The IE bug automatically expands the container to fit the extra text.
CSS / fix, ie, min-height / by ThePeppersStudio (392 days, 10.63 hours ago)
- 1
- Home
- New Snippet
- Languages
-

