Skip to content

ssansovich/guidebar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Guidebar

Dropbox-inspired scrollbar guides. Shows page section headers on when the user mouses over to the scrollbar.

This is core javascript and css only. JQuery or other libraries are not needed.

Guidebar Demo Gif

Demo: http://ssansovich.github.io/demos/guidebar/

Getting started

Step 1. Link the Javascript file and the CSS sheet by pasting the code below into the <head> section of the page.

<link rel="stylesheet" type="txt/css" href="css/guidebar.css"></style>
<script src="js/guidebar.js"></script>

Step 2. Initialize the Guidebar on the page, where h2 is either a tag or class selector.

<script> Guidebar.initialize("h2"); </script>

About

Dropbox-inspired scrollbar guides, shows page section headers on rollover

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published