Note that there are some explanatory texts on larger screens.

plurals
  1. POOnly first 3 (of 7) Anchored-links (using ID's) working (going to correct place) in Firefox (all work in Chrome & Safari)
    primarykey
    data
    text
    <p>Ok, I'm working on a scrolling site (using jQuery) with one exterior page. Withing this exterior page there are navigation links to go back to the scrolling page. I have added unique ID's (eg. <code>&lt;div id="done"&gt;</code> ) to each section on the scrolling page and have added # anchor points to the end of the links in the exterior page (eg. <code>&lt;a href="index-banners.html#done"&gt;What We've Done&lt;/a&gt;</code> ).</p> <p>These work in Safari and Chrome. But only The first 3 (from the top of the page down) work in FF. The rest take me to the bottom of the page.</p> <p>If I type the URL of the scrolling page with an # extension to one of the ID's that aren't working in FF, it works and takes me to the correct point. I have tried removeing the jQuery occurring after the working anchor points and they still wouldn't work. However, removing some <code>&lt;ul&gt;</code>'s that the jQuery effects did allow the links to find their respective points. This is mealy an observation as those <code>&lt;ul&gt;</code>'s must remain.</p> <p>Can anyone tell me why and how I can fix/workaround?</p> <p>Here is a link to the test page (<a href="http://www.irishofcourse.co.cc/firebrand/index-banners.html" rel="nofollow">http://www.irishofcourse.co.cc/firebrand/index-banners.html</a>). Head to "what we do" then click the "find out more" link to the exterior page, or go straight to the exterior page here (<a href="http://www.irishofcourse.co.cc/firebrand/index-do.html" rel="nofollow">http://www.irishofcourse.co.cc/firebrand/index-do.html</a>). Note: the anchored links to "What We've Done", "Case Studies" and "Social" are the ones not working.</p> <p>Ben.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload