Solution to invalid min height in IE6

web front end eight thousand seven hundred and thirty-two 13 years ago (2011-06-24)
The css style of min height is often used when writing HTML, but sometimes min height IE6 In order to keep the minimum height when there is less content, we will use the min height attribute to control. How to solve the compatibility problem of min height under IE6? The following is the compatible code: [CODE_HTML] # min height {min height: 100px; height: auto! Important; height: 100px; overflow: visible;} [/CODE_HTML]