i have 3 divs conatined within an outer div. i am aligning them horizontally by floating them left. and div3 as float right
3条回答 深忆病人 (楼主) 2021-02-05 19:46 You don't need to float #div2, it'll automatically fill up the remaining space. If you want borders/padding, you ought to give #div2 a child element. 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
You don't need to float #div2, it'll automatically fill up the remaining space.
#div2
If you want borders/padding, you ought to give #div2 a child element.