Can a div with a specified height (in CSS) automatically scale?

Posted by T_t on Stack Overflow See other posts from Stack Overflow or by T_t
Published on 2010-04-17T13:45:01Z Indexed on 2010/04/17 14:23 UTC
Read the original article Hit count: 126

Filed under:
|
|

I set a div to height:100px; width:50px, but when the content of the div is changing dynamically, I want to let the height adapt to the change.

What should I do?

© Stack Overflow or respective owner

Related posts about css-layout

Related posts about css