I came into an issue where I thought all of my links containing anchor bookmarks (ie: "/index.php#top") were not working with FireFox. I came to the conclusion that there is some JavaScript within the Joomla 2.5 template I am developing that is killing off all of my links within my pages that contain hash marks (making them not go anywhere).
To see what I am talking about, here is my template that is working correctly: http://www.lawsonsp.com/ink-information/textile-plastisol-inks?jtpl=8
and here is my template containing the issue: http://www.lawsonsp.com/ink-information/textile-plastisol-inks?jtpl=9
On this page (on both templates) the image links at the top of the main content should link down to their corresponding sections below (ie: "#white")
How do I go about diagnosing WHICH Javascript code is killing the links containing hash marks? (preferably with FireFox, but with any method would be appreciated)