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/db4XL/ table-layout:fixed 似乎将子元素分成两个 50% 的宽度。有没有办法让 div.number 宽度自动?请查看此图像以了解我想要实现的目标:
谢谢
这是不可能的。如果您希望表格单元格根据内容调整大小,以便将左侧单元格拆分为大约 30%,那么您必须使用百分比。这是一个有效的jfiddle:
http://jsfiddle.net/db4XL/7/
你所要求的只是不可能的。在所有单元格上使用 auto 属性的表格的标准行为是将其平均划分。