E
E
eellazy2015-08-29 14:17:12
css
eellazy, 2015-08-29 14:17:12

Anyone willing to help with the scroll bar?

I don't know where to write... We need a person who will help with the installation of a horizontal, custom scroll bar.

Here I scrolled the bar
itself manos.malihu.gr/repository/custom-scrollbar/demo/e...

I can't do it. Well, respectively, to tell what and how. I can pay if needed

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kirill Turovnikov, 2015-08-29
@turovnikoff

A good custom scrollbar, everything is detailed in the documentation. For the scrollbar itself, you need to connect:

<link rel="stylesheet" href="/path/to/jquery.mCustomScrollbar.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/path/to/jquery.mCustomScrollbar.concat.min.js"></script>

And initiate a horizontal scrollbar on the required container:
$(".content").mCustomScrollbar({
    axis:"x" // horizontal scrollbar
});

Well, in order for the scrollbar to be, specify the height of the block in css, in this example .content
upd . To work, you need to specify the width of not only the parent with the scroll, but also the nested elements, otherwise scrolling will not appear, here is an example of jsfiddle.net

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question