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.
0 Comment to "Step By Step Instructions To Include A Scrollbar In Your Blogger "
Post a Comment