我有下面的代码片段,问题是当我水平滚动时背景颜色没有延伸。
<section>
<h2>Overview
</h2>
....
</section>
section h2{
background:none repeat fixed 0 0 #A35A00;
width:100%;
}
section{
width:150px;
height:100px;
overflow:auto;
}
这是链接 http://jsfiddle.net/crmouli/uxuTC/
任何想法,如何延长?
注意:我不想在标题上设置fixed。这里是示例http://jsfiddle.net/crmouli/uxuTC/8/尝试调整视图端口的大小,以便概述部分将获得滚动,然后如果向左滚动,则标题将不会扩展到100%。