Scrollovers is a way to quickly and easily add flair to your web pages, giving your users an experience they weren’t expecting.
It is simply a JavaScript that helps creating rollover image-like links with text .
How to use Scrollovers?
Insert the scrollovers.js file to your web pages and create your links like this:
<a href="[YOUR PAGE HERE]" class="scrollover" type="scrollover">[YOUR TEXT HERE]</a>
And the last add the styles with the color palette of your preference like below:
<style>
a.scrollover {color: #557AFF;}
a.scrollover em:first-line {color: #FF5B3C;}
</style>
And that’s it.
Compatibility: All Major Browsers
















