[TYPO3-english] TYPO3 6.x Introduction package bootstrap 3: problem	with anchor
    Bert Hiddink [BENDOO e-work solutions] 
    hiddink at bendoo.nl
       
    Wed Nov  5 20:40:37 CET 2014
    
    
  
Hello,
I am using a modified introduction package with bootstrap 3 and having a 
strang problem with anchors <a href="#"...
<a href="#" class="goto"><i class="icon-pijl-blauw-onder-groot"></i>Go 
to</a>
This anchor should scroll to an anchor at the bottom of the page, and it 
does. However, after that it gets redirect to the webroot-page.
That is, if the anchor is on http://www.mysite.nl/pagewithanchor/#, it 
scrolls down but then jumps to http://www.mysite.nl/# with obviously is 
not the intention.
If I change the anchor to
<a href="pagewithanchor/#" class="goto"><i 
class="icon-pijl-blauw-onder-groot"></i>Go to</a>
it stays on the same page but I should not be necesarry to print the URL 
in front of every #?
Any ideas?
Thanks in advance!
Regards,
Bert
    
    
More information about the TYPO3-english
mailing list