Fullpage.js Tutorial - Part 3: Fixed Navbar

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Really nice job. Thank u so much! 1:30 minutes of pure knowledge.

RVSMarcos
Автор

Nice tutorial, How to add slide controls on right and footer at bottom?

manishpushkar
Автор

Nice, but in mine, there's a gap between the menu and the page, which pushes the page over the next. Please help!

lisaalexander
Автор

nice job, can we put a stationnary logo instead of a navbar? i can't figure it out thanks

meriemlina
Автор

Fixed it! There was a div in the wrong place. This works:
<div id="navbar">
<div id="wrapper">
<div class="section"><img src="/images/1.jpg" /></div>
<div class="section"><img src="/images/2.jpg" /></div>
<div class="section">
<div class="slide"><img src="/images/3.jpg" /></div>
<div class="slide"><img src="/images/3-2.jpg" /></div>
<div class="slide"><img src="/images/3-3.jpg" /></div>
</div>
<div class="section"><img src="/images/4.jpg" /></div>
</div></div>

lisaalexander
Автор

I spent hours to fix this, just because I forgot the I've destroyed my page trying things xDDD

tati
Автор

hi,

Thanks in advance for this awesome library.

Can you force the scrolling to pass inside the horizontal slider instead of manuali slide ?

I mean, if i have a first div.section and then a second one with 3 div.slide inside this seconde div.section. Then, a 3rd normal div.section etcetc....can you force scrolling first vertically, then when the scroll reach a div.slide section, automatically continue to scroll ( next ) on the slider, and then when the last slide is animated, the next scroll is the 3rd div.section

Sorry my english hope you had understand

PiMpMyCoMpUtEr