본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Links to other locations on same web page not working in FF6

  • 6 답장
  • 1 이 문제를 만남
  • 9 보기
  • 최종 답변자: Lou Smith

more options

On my 32 bit Windows 7 machine with 4 GB of RAM, all links worked with FF up through version 5 and links to other pages and/or sites still work in FF6 but not those to the same page (bookmarks). Load the same page in ie8 or ie9 and those links work perfectly.

On my 32 bit Windows 7 machine with 4 GB of RAM, all links worked with FF up through version 5 and links to other pages and/or sites still work in FF6 but not those to the same page (bookmarks). Load the same page in ie8 or ie9 and those links work perfectly.

선택된 해결법

You need a clear style rule for DIV#footer because DIV#contents is a floating DIV.

#footer { clear: both; }
문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (6)

more options

Is that only happening on specific websites or does it happen all the time?

Start Firefox in Diagnose Firefox issues using Troubleshoot Mode to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).

more options

Safe Mode had no effect. However, I added a link on the page to another site in order to see if it was only the "bookmark" (same page) link that wasn't working. As it turns out, neither type of link works in FF6 but they do work in ie9.

So I tested another site built by me and the links work perfectly. I also tested both pages on another computer using both browsers and got the exact same results.

It is obvious that something about the pages on the new site are in conflict with FF6 but not with ie9 but, I can find no differences in the way the page is set up (including the DOCTYPE) or in the way the links are built. Any suggestions about where to look would be most appreciated.

Thank you.

more options

Can you provide a hyperlink to a webpage where you are having that problem?

There was a change as of Firefox 4 in the way links on a webpage to another section of the same webpage work. I have come across a few webpages myself where they didn't work properly in a 4.0+ version of Firefox.

more options

http://procare2.com is a work in process and right now, I've got two bookmark links at the bottom of the page that simply return to the top of the page and both "buy boxes" are linked to another of my sites just for testing.

more options

선택된 해결법

You need a clear style rule for DIV#footer because DIV#contents is a floating DIV.

#footer { clear: both; }
more options

Thanks for seeing that cor-el. I always clear the footer and don't know why I missed it this time. Do you have any idea why it worked in ie9?

Anyway, thanks so very much. Good catch.