Овај сајт ће имати ограничену функционалност док га будемо ажурирали у циљу побољшања вашег искуства. Ако неки чланак не реши ваш проблем и желите да поставите питање, на располагању ће вам бити наше заједнице подршке @FirefoxSupport на Twitter-у и /r/firefox на Reddit-у.

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

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

  • 4 одговорa
  • 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.