MagnusB submitted a new resource:
Floating Sign in / Sign up box (version 1) - Makes the small sign in / sign up box float as you scroll
Read more about this resource...
Floating Sign in / Sign up box (version 1) - Makes the small sign in / sign up box float as you scroll
First off, some credits:
Cezz wrote the initial js for this, I only adapted it to work on the sign up sign in link, find it here:
http://xenforo.com/community/threads/floating-navigation-bar.19295/
First you need to create a new template for your style. So go to ACP -> Appearance -> Templates -> Create New Template. Call it float_login, and copy in this code:
Code:<script type="text/javascript"> $(function() { $(window).scroll(function(){ ($(window).scrollTop() > 20) ?...
Read more about this resource...