0
Hello world (scroll menu)
Hi. Have you ever seen website,that when u tap an menus choice, scroll you down on the same page instead of sending you in a different one. For example Wikipedia index list. How can i do this. Thank you!!
1 Odpowiedź
+ 1
with anchors: kind of links, but to same page (using #id_name of element to be displayed)...
or with javascript, using scrollTo/scrollBy and/or others methods/properties related to scroll ;)