J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Re:using anchor navigation (1 viewing) 
Go to bottom
TOPIC: Re:using anchor navigation
#1195
micker
Fresh Boarder
Posts: 9
User Offline
using anchor navigation Karma: 1  
hello i have a little problem ... maybe not a bug maybe impossible
1 create a link in article to anchor like #accueil
2 anchor is in same page
=> scrolling doesn't work
no js error
button to top work with animation ...
do you have an idea ?
reagrds
 
Logged Logged  
  The administrator has disabled public write access.
#1196
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:using anchor navigation Karma: 79  
Hello

this probably means that the syntax used for the anchor is incorrect, you need to follow HTML like this:

Code:

<a href=" #myanchor">text</a>
and place the target element using the same id attribute without # sign:
Code:

<div id="myanchor">code...</div>
Regards John
 
Logged Logged  
  The administrator has disabled public write access.
#1197
micker
Fresh Boarder
Posts: 9
User Offline
Re:using anchor navigation Karma: 1  
yes your are my sunshine !
 
Logged Logged  
  The administrator has disabled public write access.
Go to top