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.

Scrolling navbar?

2 posters

Go down

Solved Scrolling navbar?

Post by Kiekeboe May 4th 2010, 11:28 am

I feel a bit dump of opening a new topic, right after they solved my old one bwi
But, wathever. Our favorite designer has made a great tutorial. But i'd like to know if this is possible with the forummotion's navbar? I'd like to have the navbar 'following' you when you scroll. Don't know how else to explain.

Greetings,
(the dump) Kiekeboe Very Happy
Kiekeboe
Kiekeboe
Forumember

Female Posts : 250
Reputation : -1
Language : Dutch, english, german and a little bit french, guitar chords, html, a bit CSS
Location : Maastricht (Holland)

http://wolfstory.clicboard.com

Back to top Go down

Solved Re: Scrolling navbar?

Post by ankillien May 4th 2010, 12:07 pm

Hello,

Please go to the overall_header_new template and find this code...

Code:
<tr>
                  <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
               </tr>

Please replace it with this...

Code:
<tr class="nav_float">
                  <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
               </tr>

Save the template and publish it.

Now, navigate to Admin CP > Display > Colors > CSS
Add this code there and submit...

Code:
.nav_float {
position : fixed;
top : 100px; /*- edit here -*/
left : 50px; /*- edit here -*/
}

Hope that helps Very Happy
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Scrolling navbar?

Post by Kiekeboe May 4th 2010, 12:34 pm

I have one thing to say: i love u bwi
Thanks! :wouhou:
Kiekeboe
Kiekeboe
Forumember

Female Posts : 250
Reputation : -1
Language : Dutch, english, german and a little bit french, guitar chords, html, a bit CSS
Location : Maastricht (Holland)

http://wolfstory.clicboard.com

Back to top Go down

Solved Re: Scrolling navbar?

Post by ankillien May 4th 2010, 1:55 pm

Glad I could help Very Happy

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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