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 中对齐 3 个不同的元素。它们位于 ul 列表中:Left、Center 和 Right。
我尝试使用 float: right 作为右侧元素,margin: 0 auto 使用宽度作为中心元素。但它仍然不会自动对齐。
元素也可以是图像,而不仅仅是文本。 http://jsfiddle.net/PwmrC/
display:table并且table-cell可能是您的解决方案。这是小提琴演示。
display:table
table-cell
稍后编辑:重做示例