I need some help with positioning divs. The HTML structure is as follows:
4条回答 梦谈多话 (楼主) 2021-02-13 13:37 Just add an oveflow to the right column and don't float it. .right { position: relative; overflow: hidden; } This will make right to fill the rest of the width. 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Just add an oveflow to the right column and don't float it.
oveflow
.right { position: relative; overflow: hidden; }
This will make right to fill the rest of the width.
right