How to link the scroll function to intro page?

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Aug 05, 2013 6:32 am
Reply with quote
Report this post
I have created a new first "Start" section and I would like to know how to link it so it does a nice scroll upwards.

Please let me know how to do this. :?:
User avatar
Gold Boarder

GK User
Mon Aug 05, 2013 7:00 am
Reply with quote
Report this post
its using html feature called anchorpoint. You need to search in source code for an element with defined id - it can look this way:
Code: Select all
<div id="mySampleAnchorPoint">....

This element needs to be somewhere close to the place You would like to scroll to.
then all is left is to create link in menu with #mySampleAnchorPoint.
User avatar
Moderator

GK User
Mon Aug 05, 2013 7:56 am
Reply with quote
Report this post
OK. I am not a coder and searching for the code
Code: Select all
<div id="
in the source code gives me 21 hits. :shock:

So, what I have done is to use the templates first start page. What is the anchorpoint name for this one?
User avatar
Gold Boarder

GK User
Mon Aug 05, 2013 8:06 am
Reply with quote
Report this post
AnchorPoint is exactly what comes after the phrase Yu have searched, just between " and " ;),
But without HTML knowledge on your side I will not be able to explain to You what and where to search :(.
It would be betterment if You ask a HTML skilled person for help.
User avatar
Moderator


cron