1

有没有办法使漂亮滚动的滚动区域高度短于页面高度,使其在导航之后开始并在页面底部之前结束?我尝试了 jsFiddle 示例(代码页查看页),但这对我来说不是解决方案”

var _nScroll = false;
if (typeof $.fn.niceScroll != 'undefined') {
    _nScroll = {
    horizrailenabled: false,
    zindex: 2,
    cursorborder: "none",
    cursorwidth: "8px",
    cursorcolor: "#515154",
    background: "#cbcdd0",
    autohidemode: false,
    railoffset: {top:'50px',left:0}
    };
    $("html").niceScroll( _nScroll );
}
$(".nicescroll-rails").css({
    'top': '70px',
    'right': '7px',
    'bottom': '50px',
    'height': $(window).height() - 100
});
4

0 回答 0