Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

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