How to size a div\'s height to its container height, using CSS ?
14条回答 無奈伤痛 (楼主) 2020-12-16 19:44 i use the overflow:hidden it work properly. .bu { overflow: hidden; background-color:blue; } english 0 讨论(0) 查看其它14个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
i use the overflow:hidden it work properly.
overflow:hidden
.bu { overflow: hidden; background-color:blue; }
english