Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

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.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

why will firefox not display the jpg on my wed site design, IE does shown them

  • 2 件の返信
  • 4 人がこの問題に困っています
  • 6 回表示
  • 最後の返信者: cor-el

more options

Our company website is very simple. It dispalys jpg images in IE but using firefox customers cannot see the images. I have the same problem if i try to view it via firefox. The website is not blocked from displaying images. The web pages a re very simple. Created via MS word and saves as HTML format. can you please help to determine why firefox does not display the images?

Our company website is very simple. It dispalys jpg images in IE but using firefox customers cannot see the images. I have the same problem if i try to view it via firefox. The website is not blocked from displaying images. The web pages a re very simple. Created via MS word and saves as HTML format. can you please help to determine why firefox does not display the images?

すべての返信 (2)

more options

Not too many people here who do support really help with website development. You may be better off registering and posting in http://forums.mozillazine.org/viewforum.php?f=25

You may be asked for either the url or at least an example of your coding.

In meantime you can always check your site at http://validator.w3.org/

edit: Ah right you did post website in system details section.

この投稿は James により に変更されました

more options

That website is an MS Office document that has VML content for the images.
You can see that as green comment code in the page source (View > Page Source)
Only IE can display such a document properly.

You need to save that page as W3C compliant HTML code and make sure that you disable VML to make it work in all browsers.


Looks that something is wrong with the image count for images used when VML is not enabled.

The image image003.jpg (http://www.karalee.com.au/index_files/image003.jpg) should be:

The image image005.jpg (http://www.karalee.com.au/index_files/image005.jpg) should be:


javascript:void(document.images[0].src='http://www.karalee.com.au/index_files/image002.jpg');void(document.images[1].src='http://www.karalee.com.au/index_files/image004.jpg');void(0);

この投稿は cor-el により に変更されました