ie7中的Coda-Slider问题,需要删除水平滚动条
我对 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.
在 codaslider2 css - 杂项部分,将
overflow: auto
更改为hidden
In codaslider2 css - miscellaneous section, change
overflow: auto
tohidden