0
有一些問題,不能讓頁面滾動或滾動條出現。但是當鼠標中鍵被點擊時它會滾動。CSS - 頁面不會滾動
任何想法?
http://t-webdesign.co.uk/projects/geusa/job_posting.html
我的樣式表:http://t-webdesign.co.uk/projects/geusa/style.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