- Posts: 26
- Thank you received: 0
Menu links not navigating to page areas
-
jackson12
Inactive member - Topic Author
- Member
Less
More
11 years 1 month ago #35012
by jackson12
Menu links not navigating to page areas was created by jackson12
Hi, only 1 of my menu links "menu" moves to the menu part of the web page. "Contact" doesn't do anything. The link for contact is #contact. Is this right?
Anyone know why?
Anyone know why?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #35017
by ivan.milic
Replied by ivan.milic on topic Menu links not navigating to page areas
If your menu link is:
#something1
you need to have in content to mark page postion:
<a name="something1" id="something1">I'am mark place on page</a>
#something1
you need to have in content to mark page postion:
<a name="something1" id="something1">I'am mark place on page</a>
Please Log in to join the conversation.
-
jackson12
Inactive member - Topic Author
- Member
Less
More
- Posts: 26
- Thank you received: 0
11 years 1 month ago #35091
by jackson12
Replied by jackson12 on topic Menu links not navigating to page areas
Thanks,
Please Log in to join the conversation.
-
isamar
Inactive member - New Member
Less
More
- Posts: 9
- Thank you received: 0
10 years 2 months ago #42940
by isamar
Replied by isamar on topic Menu links not navigating to page areas
I am trying to see how it works but if I change the name of our-story to something else immediately the links does not work. where should we put this:
you need to have in content to mark page postion:
<a name="something1" id="something1">I'am mark place on page</a>
that you mention above?
you need to have in content to mark page postion:
<a name="something1" id="something1">I'am mark place on page</a>
that you mention above?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #42953
by ivan.milic
Replied by ivan.milic on topic Menu links not navigating to page areas
See anchors on w3 for detailed understanding.
If I have link 1:
<a href="#b">Go TO B</a>
and in content
<a id="b" name="b" >This is place on page marked as b</a>
if I click on first link page will scroll to second. So in you case first item is menu item and taget you place yourself.
If I have link 1:
<a href="#b">Go TO B</a>
and in content
<a id="b" name="b" >This is place on page marked as b</a>
if I click on first link page will scroll to second. So in you case first item is menu item and taget you place yourself.
Please Log in to join the conversation.
Time to create page: 0.163 seconds