The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Possible to make navbar non-scrolling?

4 posters

Go down

In progress Possible to make navbar non-scrolling?

Post by Macca_96 February 14th 2013, 1:00 pm

Eg. I would like it to work so when you scroll down and looks site of it, it will dock itself to the top of the page so its always in view. Possible?
avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

In progress Re: Possible to make navbar non-scrolling?

Post by Macca_96 February 15th 2013, 9:42 am

As I said, Navbar
avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

In progress Re: Possible to make navbar non-scrolling?

Post by Macca_96 February 15th 2013, 1:03 pm

avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

In progress Re: Possible to make navbar non-scrolling?

Post by Sanket February 15th 2013, 3:06 pm

The Nav bar does not scroll for that forum.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Possible to make navbar non-scrolling?

Post by Macca_96 February 16th 2013, 2:40 am

I want it to dock to the top after it scrolls off-screen so we dont have to scroll to the top to use it.
avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

In progress Re: Possible to make navbar non-scrolling?

Post by SLGray February 16th 2013, 4:10 am

So you want the navigation menu to move when you scroll down, but stay at the top of page?


Possible to make navbar non-scrolling? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Possible to make navbar non-scrolling?

Post by lightningterror February 16th 2013, 4:36 am

It is possible
If you want the navbar to stay on the top always just like the toolbar even if you are scrolling then add this.

Code:
ul.navlinks {
position: fixed !important;
left: 14% !important;
top: 0px !important;
z-index: 999 !important;
}

This should work.
lightningterror
lightningterror
Forumember

Male Posts : 45
Reputation : 5
Language : English

http://hellguards.nice-forum.com/

Back to top Go down

In progress Re: Possible to make navbar non-scrolling?

Post by Macca_96 February 16th 2013, 6:01 am

Well adding that stuffed the whole site up.
avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum