搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

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于修改