CSS - 页面不会滚动

时间:2010-05-07 15:31:59

标签: css

遇到一些问题,无法让页面滚动或滚动条出现。但是当点击鼠标中键时它会滚动。

有什么想法吗?

http://t-webdesign.co.uk/projects/geusa/job_posting.html

我的样式表:http://t-webdesign.co.uk/projects/geusa/style.css

谢谢

1 个答案:

答案 0 :(得分:5)

更改

overflow: hidden;

overflow: auto;

/* END OF RESET*/
/*Background class*/
.bg {width: 100%; position: absolute; top: 0; left: 0; z-index: 5000;}
body {font-size: 62.5%; font-family: Tahoma, arial, verdana, sans-serif; overflow: auto; background-color:#000; color:#cbcbcb;}
#container {position: relative; width: 920px; margin:0 auto; z-index: 6000; font-size:11px; text-align:left; padding:15px; line-height:15px;}