【发布时间】:2013-06-10 20:18:06
【问题描述】:
我有一个布局,其中侧边栏是固定的,主要内容容器是流动的。
<div id="contents" class="wrapper group">
<aside id="sidebar">
<!-- sidebar stuff here -->
</aside>
<section id="main-contents">
<!-- content here -->
</section>
</div>
当我将“组”类应用到提要的 ul 时,ul 的高度增加了额外的像素,它不只是包裹 li在里面。但是当我删除侧边栏时,不会显示这个额外的高度。我注意到 ul 的底部与侧边栏的底部对齐。
我不知道它为什么会这样。我们将不胜感激。
谢谢你:)
【问题讨论】: