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

Mozilla 도움말 검색

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

자세히 살펴보기

website images not appearing

  • 4 답장
  • 2 이 문제를 만남
  • 1 보기
  • 최종 답변자: cor-el

more options

http://www.benefitsinc.com Images not appearing on website, site looks fine in safari and ie, Firefox 11

http://www.benefitsinc.com Images not appearing on website, site looks fine in safari and ie, Firefox 11

선택된 해결법

The first to do in cases like this if you've uploaded new files is to reload web page(s) and bypass the cache.

  • Press and hold Shift and left-click the Reload button.
  • Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
  • Press "Cmd + Shift + R" (MAC)

You have images on your web page that have a backslash in the URL that Firefox escapes a %5C and that do not work.
You can see those images as grayed in the Tools > Page Info > Media window.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (6)

more options

All the images re showing up fine for me. Try these two things: Clear your Cache in firefox, and also, Try to start Firefox in Safe mode. This mode disables all extensions, user customizations, hardware acceleration, etc. temporarily for diagnostic and troubleshooting. If Firefox works fine in Safe Mode, then this is likely an add-on issue. Restart Firefox in normal mode, then type "About:addons" (without the quotes) in the address bar. Disable your extensions one by one, restarting Firefox between each one, until you find the trouble maker. Once you do, you can disable that add-on and report the issue to that add-on's developer.

more options

선택된 해결법

The first to do in cases like this if you've uploaded new files is to reload web page(s) and bypass the cache.

  • Press and hold Shift and left-click the Reload button.
  • Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
  • Press "Cmd + Shift + R" (MAC)

You have images on your web page that have a backslash in the URL that Firefox escapes a %5C and that do not work.
You can see those images as grayed in the Tools > Page Info > Media window.

more options

I have cleared cache/cookies, started in safemode to no avail. The bizarre thing is if I am in Dreamweaver making revisions and test in browser, choose Firefox, everything is perfect. If I test from Adobe labs browser, firefox, everything displays fine. You can see the screen start to display the page with the images, then flashes and only displays some of the images, not the entire page. Very strange behavior.

more options

Please see my above post in case you missed it.

You need to correct the links in the HTML code and change all backslashes in links to forward slashes.

more options

Thank you so much. I started fixing the backslash and it makes a world of difference. Wow!