当溢出为自动</h2>时,<h2>后台不会延伸

时间:2014-03-18 07:20:08

标签: html css

我有下面的代码片段,问题是当我水平滚动时背景颜色没有延伸。

<section>
<h2>Overview
</h2>
....
</section>

CSS

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%。

0 个答案:

没有答案