you are in: codestackercodes [RSS] → tag: css div min-height [RSS]

Tamanho mínimo da DIV Delicious Email

show/hide lines
   1  #container {
   2    min-height: 500px; /* isso o FF e outros conseguem exergar e aumentam quando necessário o tamanho da div */
   3  }
   4  html>body #container {height:auto;height:500px;} /* mas o IE não lê o min-height. E aumenta a div com o height. */
created by anonymous — 09 July 2008 — get a short url — tags: css div min-height embed