From ad4565c3a21150db5ecd137fac428befd651c0e6 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Sat, 5 Dec 2009 07:37:21 +0000 Subject: [PATCH] * set scroll-x to hidden. --- trunk/www/theme/ie.6.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/www/theme/ie.6.css b/trunk/www/theme/ie.6.css index 2c4ad24c60..d0545d26cf 100644 --- a/trunk/www/theme/ie.6.css +++ b/trunk/www/theme/ie.6.css @@ -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;}