Hide scrollbar as your wish;)
标签:
css
用css就可以轻松实现.
在firefox下:
body {
overflow: hidden;
}
IE下则是:
html {
overflow: hidden;
}
以上代码在fx1.5, ie6.0下通过
用css就可以轻松实现.
在firefox下:
body {
overflow: hidden;
}
IE下则是:
html {
overflow: hidden;
}
以上代码在fx1.5, ie6.0下通过
时间: 7:45 下午
没有评论:
发表评论