0
I want to make a one page website, but I don’t know exactly how to do it. As in the example: http://www.lucianocandido.com.br/ Who can help me thank!
0
I want to make a one page website, but I don’t know exactly how to do it. As in the example: http://www.lucianocandido.com.br/ Who can help me thank!
0
You need an anchor.
In the link you want to be clicked do so:
<a class="qualquer_class" href="#Form-Interesse"></a>
The div you want to appear when you click, do so:
<div class="qualquer_class" id="Form-Interesse"></div>
Browser other questions tagged php html
You are not signed in. Login or sign up in order to post.
You can study Smooth Scrolling, this pattern will help you.
– RXSD
Possible duplicate of How to smooth the scroll of a page?
– hugocsl