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。它们已将溢出设置为自动并在其中包含内容。第二个 DIV 有一个相当大的 Y 偏移,但我不知道为什么。它们应该紧挨着。
http://jsfiddle.net/nT4ku/
有任何想法吗?
在并排的inline-blockdiv 上指定垂直对齐应该可以为您解决这个问题。vertical-align: top;
inline-block
vertical-align: top;
这是我对您的 jsfiddle 的编辑:http: //jsfiddle.net/nT4ku/1/