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!!

27th May 2021, 2:15 PM
Î˜ÎŸÎ”Î©ÎĄÎ—ÎŁ ÎŠÎ•ÎĄÎ•ÎÎ€Î™ÎÎŸÎŁ
Î˜ÎŸÎ”Î©ÎĄÎ—ÎŁ ÎŠÎ•ÎĄÎ•ÎÎ€Î™ÎÎŸÎŁ - avatar
1 Answer
+ 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 ;)
27th May 2021, 2:19 PM
visph
visph - avatar