jQuery平滑div滚动滚动速度在左侧比在右侧快得多

时间:2012-05-31 14:02:07

标签: jquery smooth-scrolling

我正在尝试使用Smooth Div Scroll(http://www.smoothdivscroll.com/)在网站上制作“全屏”投资组合。我有一个问题,左滚动比右滚动快得多。我在演示中注意到它们都是相同的速度,我无法弄清楚为什么它不适合我的生活。我在下面粘贴了CSS和JS。我还提供了该网站的链接。如果有人对如何解决这个问题有任何想法,我将非常感激!

CSS:

div#full-screen-portfolio {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

div.scrollWrapper
{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

div.scrollableArea
{
    position: relative;
    width: auto;
    height: 100%;
}

div.scrollingHotSpotLeftVisible
{
    width: 130px;
    height: 200px;
    top: 50%;
    margin-top: -100px;
    left: 20px;
    position: absolute;
    z-index: 1000;
    background: url(images/full-screen-arrow-left.png) transparent no-repeat center center;
    zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

div.scrollingHotSpotRightVisible
{
    width: 130px;
    height: 200px;
    top: 50%;
    margin-top: -100px;
    right: 20px;
    position: absolute;
    z-index: 1000;
    background: url(images/full-screen-arrow-right.png) transparent no-repeat center center;
    zoom: 1;
}

body.full-screen-portfolio div#back-button {
    position: absolute;
    z-index: 1000;
    top: 30px;
    left: 30px;
}
body.full-screen-portfolio div#contact-us-area {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 1000;
}
body.full-screen-portfolio div#contact-us-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
body.full-screen-portfolio div#contact-us-area ul li {
    float: left;
    height: 91px;
}

JS:

$("#full-screen-portfolio").smoothDivScroll({
    visibleHotSpotBackgrounds: "always",
    hotSpotScrollingStep: 100
});

网站:

http://lightboxwebsitedesign.co.uk/newsite/full-screen-portfolio/

3 个答案:

答案 0 :(得分:0)

尝试将此添加到您的CSS文件中:

div.scrollingHotSpotLeft
{
    width: 10%;
}

答案 1 :(得分:0)

如果升级到SmoothDivScroll 1.3,是否仍会遇到此问题?你应该考虑进行这种升级,因为Smooth Div Scroll现在支持触摸滚动,这对于访问你网站的iPad用户来说非常棒。

答案 2 :(得分:0)

我注意到IE7(SDS 1.3)中的效果相同。似乎左边的热点以恒定速度滚动 - 最高 - 并没有考虑鼠标本身的位置。

测试页 - http://ateliermoscow.com/ru/collections/osenzima12-13lookbook/