CSS - 页面不会滚动
问题描述:
有一些问题,不能让页面滚动或滚动条出现。但是当鼠标中键被点击时它会滚动。CSS - 页面不会滚动
任何想法?
http://t-webdesign.co.uk/projects/geusa/job_posting.html
我的样式表:http://t-webdesign.co.uk/projects/geusa/style.css
谢谢
答
变化
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;}
+1打我给它: ) – Lazarus 2010-05-07 15:36:09
+1哈哈,我也是:) – 2010-05-07 15:37:08
+1,打我也是:-) – 2010-05-07 15:37:40