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

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

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

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

  • 4 відповіді
  • 9 мають цю проблему
  • 2 перегляди
  • Остання відповідь від 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!

Обране рішення

Усі відповіді (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">   

Змінено cor-el

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

Вибране рішення

You're welcome.