Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Is this scrollbar customizable with CSS?

  • This topic is empty.
Viewing 3 posts - 31 through 33 (of 33 total)
  • Author
    Posts
  • #164975
    aspanadare
    Participant

    Just add like this

    .main-content{width:your width and all css }

    $(function()
    {
    $(“.main-content”).jScrollPane();
    $(‘.main-content’).jScrollPane(
    {
    showArrows: true,
    verticalDragMinHeight: 30,
    verticalDragMaxHeight: 30
    }
    );
    }
    );

    and check :)

    Regards

    #164978
    Anonymous
    Inactive

    Greetings Aniruddha,

    It displays properly in FF but nothing shows on IE8.

    Best Regards.

    #165085
    Anonymous
    Inactive

    I found the solution to this at another location.

Viewing 3 posts - 31 through 33 (of 33 total)
  • The forum ‘CSS’ is closed to new topics and replies.