开发者

CSS - Page wont scroll

Having some problems, cant get the page to scroll or get scrollbar to appear. But it will scroll when middle mouse button is clicked.

Any ideas?开发者_运维技巧

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

My stylesheet: http://t-webdesign.co.uk/projects/geusa/style.css

Thank you


Change

overflow: hidden;

to

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;}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜