Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Website does not display correctly in firefox but works perfectly on all other browsers...

  • 4 respostas
  • 9 têm este problema
  • 5 visualizações
  • Última resposta de cor-el

more options

I notice this seems to be quite a common issue, however WHY does firefox not render websites perfectly as other browsers do?

Head over to http://www.dee-dee.eu while the home page loads fine as is the "discography" page but once you navigate away into other pages on the website the styling is all missing, some reason firefox blocking it?

This seems to be a common issue as i have asked various people to test and the same situation is the result, i have no add ons or have configured firefox to anything other than its settings as it was when i downloaded and installed it.

If it was a website coding issue why would it still work on all other browsers and indeed work fine for 2 pages, its all the same style sheets and styling...

Need help with this ASAP!!!

Thank you in advance!

I notice this seems to be quite a common issue, however WHY does firefox not render websites perfectly as other browsers do? Head over to http://www.dee-dee.eu while the home page loads fine as is the "discography" page but once you navigate away into other pages on the website the styling is all missing, some reason firefox blocking it? This seems to be a common issue as i have asked various people to test and the same situation is the result, i have no add ons or have configured firefox to anything other than its settings as it was when i downloaded and installed it. If it was a website coding issue why would it still work on all other browsers and indeed work fine for 2 pages, its all the same style sheets and styling... Need help with this ASAP!!! Thank you in advance!

Solução escolhida

You're welcome.

Ler esta resposta 👍 0

Todas as respostas (4)

more options

The www.dee-dee.eu only shows a video to me.
The actual site with the links seems to be dee-dee.eu

The problem seems to be that the domain with the www prefix (www.dee-dee.eu) doesn't have the CSS files.
If I remove the wwww. prefix and change all CSS links to dee-dee.eu then it works.

more options

There is something else that I just noticed.

There is a typo in the type attribute of the CSS files.
Some have type="text/csss" instead of type="text/css" and that causes Firefox not to load those stylesheets.


<link rel="stylesheet" href="http://www.dee-dee.eu/css/reset.css" type="text/css" media="screen">
<link rel="stylesheet" href="http://www.dee-dee.eu/css/style.css" type="text/csss" media="screen">
<link rel="stylesheet" href="http://www.dee-dee.eu/css/grid.css" type="text/csss" media="screen">   

Alterado por cor-el em

more options

I can't thank you enough for the response, yes it seems the "csss" was a typing mistake and was overlooked (merely copied to the rest of the pages), and as most of the testing was done on safari/chrome that seemed to work fine hence the frustration when it was not working with firefox, problem solved now, thank you very much for that!!

more options

Solução escolhida

You're welcome.