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.
我想构建一个响应式导航栏,其中包含 3div个相同的width和height.
div
width
height
我将 ainline-block应用于每个块,我得到一个我不理解的行为。
inline-block
问题是,第三个块由 2 行组成,而不是第一个和第二个块由 1 行组成。
第二行对第三块的影响就像top: ?%会自动应用于第一块和第二块,我真的不明白为什么。
top: ?%
这是一个JsFiddle,你将如何“对齐”这 3 个块?
添加vertical-align:top,当然;)
vertical-align:top