在具有水平滚动条的页面上使用全宽分割

时间:2011-10-23 12:54:29

标签: css html

我的页面顶部有一个标题,下面有一个表格(用asp.net gridview渲染),它在页面的可见区域的右侧水平延伸,如下所示:

enter image description here

正如您所看到的,div(蓝色标题)只会爬到页面的可见宽度,而不是包含水平滚动条的页面的整个宽度。
是否可以通过css拉伸div以包括页面的整个宽度,包括sctrollbar?

CSS:

<style type="text/css"> .queryHeader { background-color: #003163; color: #ffffff; font-family: Arial; Font-size: 11px; font-weight: bold; border-style: double; margin-bottom: 10px; padding: 2px; display: block; overflow: hidden; } </style>

谢谢,
阿维

1 个答案:

答案 0 :(得分:0)

用一个div来扭曲div + Table。