Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Sticky Menu? (scroll)

Home Forums Older releases 0.9.x Sticky Menu? (scroll)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1302
    tomd
    Participant

    Is it possible to have the menu “stick” when it hits the top of the page? I have been looking for this and can’t find it. I don’t want to use another plugin…

    #1524
    tomd
    Participant

    This must be a really dumb question if I’m not getting a response. LOL Please…

    #1525
    admin
    Keymaster

    Hi, the simplest cross-browser solution would be to use some additional plugin. For example, use this one:

    http://stickyjs.com/

    Usage would be super simple – you will just need to include the JS file on your page and add this code to initialize it:

    $(function() {
    	$('#main-menu').sticky();
    });

    Let me know if you have any troubles.

    Cheers!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘0.9.x’ is closed to new topics and replies.