Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Firefox can't find images that are there. ALL other browsers can!! Durrr - it just started happening on live an test websites to which there have been no changes

  • 3 risposte
  • 15 hanno questo problema
  • 700 visualizzazioni
  • Ultima risposta di shadowsnipin

more options

Try www.avivastringquartet.co.uk

You will not see pictures on the index.html page.

Try it in Chrome,Opera, IE and all is fine

Look at source and look for image by clicking on

Also Firefox does not follow the CSS standard as the others do.

Current OS is windows XP

Try www.avivastringquartet.co.uk You will not see pictures on the index.html page. Try it in Chrome,Opera, IE and all is fine Look at source and look for image by clicking on <img src="..."- says it can't find image. Also Firefox does not follow the CSS standard as the others do. Current OS is windows XP

Tutte le risposte (3)

more options

The pictures appear OK for me.

With the site on display, click on the site identity button (for details on what that is see the site identity button article) and then on More Information. This will open up the page info dialog.

First select the Permissions panel, make sure that "Load Images" is set to allow (selecting Use Default should also work)

Next select the Media panel, then click on the first item in the list. Use the down arrow key to scroll through the list. If any item has the option "Block images from (domain name)" selected, de-select the option.

This should hopefully resolve your issue, but also see Fix problems that cause images to not show.

Some add-ons can also block images, for example if you have AdBlock Plus installed, make sure that you have not accidentally created a filter to block the images.


The encoding for the site is set to "UTF- 8" rather than "UTF-8"

more options

I don't see these images in any browser at the bottom of the page, but you can't use a backslash in a file path with Firefox and some other browsers.

!-- Had to put the styling here as Opera & Firefox won't take styling from the CSS file --
src="pictures\quartet_instruments.jpg"
src="pictures\helen.jpg"
src="pictures\sheila.jpg"

more options

the-edm is right. I had to go change all my " \" to "/" and then my code worked great in all browsers.