Menu links not navigating to page areas

More
10 years 3 months ago #35012 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?

Please Log in to join the conversation.

More
10 years 3 months ago #35017 by ivan.milic
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>

Please Log in to join the conversation.

More
10 years 3 months ago #35091 by jackson12

Please Log in to join the conversation.

More
9 years 4 months ago #42940 by isamar
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?

Please Log in to join the conversation.

More
9 years 4 months ago #42953 by ivan.milic
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.

Please Log in to join the conversation.

Time to create page: 0.459 seconds
Powered by Kunena Forum