jquery sly滚动条插件如何去掉鼠标滚动

如题所述

html {
_overflow-x:auto;
_overflow-y:hidden;} /*用来隐藏html的滚动条*/
body {
_margin:0; /* 必须 */
_height:100%; /* 必须 */
_overflow-y:auto;/* 必须 */
}
在属性前面加个_ 如果是IE6,就执行这个,否则就不行了
温馨提示:答案为网友推荐,仅供参考