我在网上找到了你的 jQuery Smooth Div Scroll 工具。我打算捐赠,但我无法像您在您的网站上那样使用颜色框选项: http ://www.smoothdivscroll.com/colorbox.html
我是一名平面艺术家和网页设计师,正在寻找画廊选项来展示我的作品。似乎当我添加链接到大图像的 href 标记时,它会破坏可滚动图库。我在我的 html 的 head 部分中链接了一个 colorbox.css 文件:
<link rel="Stylesheet" type="text/css" href="css/colorbox.css" />
我在文档的正文中也有这个:
<script type="text/javascript">
$(document).ready(function () {
// Init Smooth Div Scroll
$("#makeMeScrollable").smoothDivScroll({
mousewheelScrolling: "allDirections",
manualContinuousScrolling: true
});
// Init colorbox
$("#makeMeScrollable a").colorbox({ speed: "500" });
});
我还缺少另一个拼图吗?一个javascript文件?
这个画廊将完美运作。非常感谢您提供的任何帮助或建议!
谢谢,
格里