This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

เรียนรู้เพิ่มเติม

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!