Min-height with IE


/ Published in: CSS
Save to your folder(s)

will make the container expand with the text.


Copy this code and paste it in your HTML
  1. /* for understanding browsers */
  2. .roundBox_475 .middle {
  3. min-height:100px;
  4. height:auto;
  5. }
  6. /* for Internet Explorer */
  7. /*\*/
  8. * html .roundBox_475 .middle {
  9. height: 100px;
  10. }
  11. /**/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.