禁用滚动条在IE6、七、360浏览器下失效

禁用滚动条在IE6、7、360浏览器下失效

原代码为:

<body style="overflow-y: hidden">

 

改为:

<body style="overflow: auto; overflow-y: hidden">