Freeze My website Navigation

by inzaji
2 replies
I wanted to freeze my MAIN navigation bar while scroll.

I have tried but it gets freezed where it is, i wanted to do like 1st it floats to top then it gets freezed

How can i do that: here's my url - Twrix
#freeze #navigation #website
  • Profile picture of the author WebsiteBegin
    I'd think that'd require a bit of CSS and jQuery in conjunction with one another. You can probably find a snippet of code on Google.
    Signature
    WebsiteBegin | Learn to Build and Manage an Amazing Website

    Follow me on Twitter - Joeb3219
    {{ DiscussionBoard.errors[6893993].message }}
  • Profile picture of the author Big Squid
    Yes...that's all Javascript. You need a script that finds the position of the navigation, and if it's off-site then it will display it at the top of the page. Search for something like "js element off-screen".

    Then your statement will be :
    if Navigation is offscreen
    then put it at the top
    {{ DiscussionBoard.errors[6925766].message }}

Trending Topics