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.pane 和 .carousel div 的高度,以便它们在高度上扩展以适应更长的 H3 ......但现在面板(例如它们周围的边框)已经折叠......并且无法解决如果/我需要一个clearfloat ...
http://jsfiddle.net/fJQmU/8/
从 .carousel div 中删除 position:absolute 解决了这个问题......但会破坏动画
(PS。选中时第二个选项卡右侧下方也有1px间隙的问题)
在这种情况下,只需添加此 jquery 代码。这将解决问题
$(".carousel").height($(".carousel div").height());
演示在这里