Problem s anchor linkom u Firefoxu
http://stackoverflow.com/questions/6826741/anchor-link-landing-in-wrong-position
Problem je bio da anchor link nije skakao na dobro mjesto na stranici kad se pozivao sa neke druge stranice (npr index.html#contact).
Ovo je (više manje) upalilo – dodala u <head> od html dokumenta index.html
<SCRIPT LANGUAGE=JavaScript>
function now(){
window.location.reload(true);
}
</SCRIPT>
Izvor: https://css-tricks.com/forums/topic/solved-firefox-anchor-links/