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 中获得垂直对齐的唯一可靠方法据说是使用display-table;property。
display-table;
这是一个简单的小提琴,显示它不起作用:http: //jsfiddle.net/aDbFb/1/
还是我误解了诀窍?
使用and时不需要使用float属性。因此,只需将它们从您的内联样式中删除,然后一切都会按预期工作。display:tabletable-cell
float
display:table
table-cell
Js 小提琴示例