* set scroll-x to hidden.

This commit is contained in:
wangchunsheng
2009-12-05 07:37:21 +00:00
parent 285f64af72
commit ad4565c3a2

View File

@@ -1,3 +1,3 @@
html{overflow:hidden;}
body{height:100%;width:100%; overflow:auto; overflow-y:scroll}
body{height:100%;width:100%; overflow-y:scroll;overflow-x:hidden}
div#footer{position:absolute;}