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.
请查看这个小提琴:http: //jsfiddle.net/zFEcV/
我需要将不包含 JSgreen的div扩展到右侧,因此它们都占用了 100% 的行。我几乎可以肯定这可以在没有 JS 的情况下完成,但不知道如何。red
green
red
您可以删除浮动:对;
演示
.right { /*float:right;*/ height:100px; background:green; }