2012-02-23 51 views
0

我试图实现我的网站上(http://www.designmadeingermany.de/slideshow/CSS3幻灯片错误

这个CSS3的幻灯片,但我似乎无法禁用水平滚动。在演示网站上,无法水平滚动,并且当鼠标滚动页面的右侧和左侧边缘时,会弹出一个箭头来更改幻灯片的onclick。

在我的网站上,水平滚动已启用。我如何禁用它并使箭头上的鼠标悬停导航的东西工作? (我的网址:http://cakelovecouture.businesscatalyst.com/index.html

感谢您的帮助(:

回答

0

使用溢出:隐藏在#u336

你还缺少CSS恰当定位#A2和A3#(回下一个按钮)

.nextbutton { 
cursor: url('right.png'), e-resize; 
right: 0; 
} 
.nextbutton, .backbutton { 
position: absolute; 
top: 0; 
height: 100%; 
width: 50%; 
}