输入banner图图片脚本导航/分类

使用overflow:hidden来禁用页面滚动条


代码如下:

html
{
overflow: hidden;
}
body
{
overflow: hidden;
}

在IE6,7下需要设置html有效,在其它标准浏览器下设置body就可以