Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试向右浮动这个将从数据库动态加载的菜单列表,所以我不能对包含列表的 div 使用固定高度,因为列表可能比预期的要长。
我已经为包含的 div 尝试了 height="auto" 但是一旦你浮动列表它就不起作用了。
这是代码 http://jsbin.com/iyitom/1/edit
CSS 属性溢出是你的朋友。您需要添加overflow: hidden;到.newscontent
overflow: hidden;
.newscontent