七月 22, 2006

Hide scrollbar as your wish;)

用css就可以轻松实现.


在firefox下:


body {
overflow: hidden;
}


IE下则是:


html {
overflow: hidden;
}


以上代码在fx1.5, ie6.0下通过




Technorati :
Del.icio.us :

没有评论: