开发者

Expand div when the content overflows

开发者 https://www.devze.com 2023-01-04 08:22 出处:网络
I have div with height=开发者_如何学C\"400px\" and width=\"25px\".How to expand div when the content overflows?use stylesheets and change

I have div with height=开发者_如何学C"400px" and width="25px".How to expand div when the content overflows?


use stylesheets and change

 width:25px;

to

 min-width:25px;

AND

 height:400px;

to

 min-height:400px;


At the risk of setting my self up for angry eyes from everyone else, just use a table, it will behave as you describe.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号