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 水平放置,并排放置,而不是网格化。我试过使用white-space:nowrap但它不起作用,因为这些是块元素。
white-space:nowrap
如果我为它工作的图层设置了固定宽度#subcontainer,但我不知道该图层的宽度,因为它是使用服务器数据动态呈现的。
#subcontainer
我不能使用display: inline-block,因为这些层需要在一起,它们之间没有间隙。
display: inline-block
您可以在#subcontainer 上添加较大的百分比宽度
http://jsfiddle.net/YFx65/5/