Este site irá ter funcionalidade limitada enquanto fazemos manutenção para melhorar a sua experiência. Se um artigo não resolve o seu problema e quiser colocar uma questão, temos a nossa comunidade de apoio à espera de o ajudar em @FirefoxSupport no Twitter, /r/firefox no Reddit.

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

dorringtonrealty.com will not show and jpegs, what is the fix

  • 4 respostas
  • 2 têm este problema
  • 2 visualizações
  • Última resposta por dcday

more options

Will not display graphics or pictures. What is the fix.

Just downloaded firefox at a friends requist, Need to fix this issue

Will not display graphics or pictures. What is the fix. Just downloaded firefox at a friends requist, Need to fix this issue

Solução escolhida

Writing proper code, I expect would help.

http://dorringtonrealty.com/images/gtihgrnk[1].gif

is a very strange image url with the square brackets, I don't know if that is the problem. Firefox will bring up that link by itself. Other browsers (except IE) have a problem with the images.

Ler esta resposta no contexto 👍 0

Todas as respostas (4)

more options

Solução escolhida

Writing proper code, I expect would help.

http://dorringtonrealty.com/images/gtihgrnk[1].gif

is a very strange image url with the square brackets, I don't know if that is the problem. Firefox will bring up that link by itself. Other browsers (except IE) have a problem with the images.

more options

I build websites the code is correct, just view the code. Firefox has an issue which needs to be fixed.

more options

See my answer in this thread: /questions/830195

It is caused by the base tag in the head section that doesn't specify a protocol and that Firefox 4 interprets as a relative URL

<base HREF="www.dorringtonrealty.com/">

Use:

<base HREF="http://www.dorringtonrealty.com/">
more options

Thanks for all the help. This solved my problem.