android2.3的不支持滚动条,并且scrollTop也不支持的.(设置overflow未hidden就可以支持). function noBarsOnTouchScreen(arg) { var elem, tx, ty; if('ontouchstart' in document.documentElement ) { if (elem = document.getElementByIdx_x(arg)) { elem.style.over
问题重现: <p>There are no scrollbars on this page in sane browsers</p> html, body, p { margin: 0; padding: 0; } body { overflow: hidden; } p { width: 5000px; height: 5000px; }IE6 IE7下不生效(IE6下横向纵向滚动条都在 IE7下纵向滚动条还在) 原因: 明智的浏览器(ex. chrome and firefox