Step By Step Instructions To Include A Scrollbar In Your Blogger

In the past we have starting now exhibited to you best practices to re-try your scrollbar in blogger with unmistakable styles, tints and customization. Starting late, one of our customers asked for that us how incorporate auto scrollbar in blogger that actually look over the page from the completely. Making your scrollbar scroll normally is an immaculate way to deal with fairly drive your perusers to encounter the whole page before leaving your site. In this article, we will show to you fitting philosophies to incorporate an auto looking over scrollbar in blogger

What is a Scrollbar?


A Scrollbar is a GUI (graphical user interface) which controls segments like substance, pictures, highlights and whatever else available on the site page. In other direct words, it's a long thing bar arranged at the right a large portion of your screen by which a segment can be looked with the help of a mouse.






Instructions to add it to blogger 

As a matter of first importance login to your blogger record and quest for </html> code and glue the accompanying code above </html>.


<script>
    /*<![CDATA[*/
    var div = $('body');
    setInterval(function() {
            var pos = div.scrollTop();
            div.scrollTop(pos + 2);
        }, 10)
        /*]]>*/
</script>
<style>
    body {
        overflow-y: scroll;
    }
</style>


Presently save your format and you are finished.

Share this

0 Comment to "Step By Step Instructions To Include A Scrollbar In Your Blogger "

Post a Comment