ie7中的Coda-Slider问题,需要删除水平滚动条

发布于 2024-08-30 12:23:02 字数 371 浏览 3 评论 0原文

我对 coda-slider 和 ie7 有一个大问题。水平滚动条是不需要的,我不知道如何删除它。由于 coda-slider 作为一个长滚动 div 工作,我可以理解为什么会发生这种情况,但是,在所有其他浏览器中,包括 ie8,没有水平滚动。

浏览网络,有很多网站说“overflow-x:hidden”适用于 css 中的主体选择器,但这并没有解决问题。

该网站位于 http://www.clearcreativegroup.com/clear3/index.html

任何帮助将不胜感激。

I am having a big issue with coda-slider and ie7. The horizontal scrollbar is unwanted and I cannot figure out how to remove it. Since coda-slider works as one long scrolling div, I could see why this is happening, however, in all other broswers, including ie8, there is no horizonal scroll.

Looking through the web there are alot of sites saying "overflow-x:hidden" will work on the body selector in css, however this has not solved the issue.

the site is at http://www.clearcreativegroup.com/clear3/index.html

Any help would be greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

情深缘浅 2024-09-06 12:23:02

在 codaslider2 css - 杂项部分,将 overflow: auto 更改为 hidden

/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: hidden }

In codaslider2 css - miscellaneous section, change overflow: auto to hidden

/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: hidden }
深海夜未眠 2024-09-06 12:23:02

Internet Explorer 7 中无法仅删除一个滚动条。但您可以将“非官方”html 属性“scroll”设置为“no”以隐藏两个滚动条。

There is no way to remove only one scrollbar in internet explorer 7. But you could set the "unofficial" html attribute "scroll" to "no" to hide both scrollbars.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文