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.
我的代码:JSFiddle 示例
如您所见,当您单击一列中的父链接时,代码会移动另一列,如果您将“位置”属性设置为“绝对”,则该列不会移动,但底部的红色框不会别动了……
我怎样才能解决这个问题?
您可以通过使用列float: left而不是display: inline-block. 请注意,这将要求您clear在底部浮动。
float: left
display: inline-block
clear
小提琴
这是您的解决方案:http: //jsfiddle.net/jh5np/16/