我已尝试在我的网站(http://www.designmadeingermany.de/slideshow/)
上实施此CSS3幻灯片演示但我似乎无法禁用水平滚动。在演示网站上,无法水平滚动,当鼠标滚动到页面的右边缘和左边缘时,弹出一个箭头,可以更改幻灯片。
在我的网站上,启用了水平滚动。如何禁用它并使鼠标悬停箭头导航工作? (我的网址:http://cakelovecouture.businesscatalyst.com/index.html)
感谢您的帮助(:
答案 0 :(得分:0)
使用溢出:隐藏在#u336。
你也错过了CSS来正确定位#a2和#a3(后退和下一个按钮)
.nextbutton {
cursor: url('right.png'), e-resize;
right: 0;
}
.nextbutton, .backbutton {
position: absolute;
top: 0;
height: 100%;
width: 50%;
}