I\'m trying to get 2 divs on the same line, I\'ve got
5条回答 小鲜肉 (楼主) 2021-01-22 06:03 #NavigationMenu { float: left; } .SearchBox { float: right; } .MenuDiv { overflow: hidden; /* adjusts the height of .MenuDiv to wrap its children */ } 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
#NavigationMenu { float: left; } .SearchBox { float: right; } .MenuDiv { overflow: hidden; /* adjusts the height of .MenuDiv to wrap its children */ }