搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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!

被采纳的解决方案

You're welcome.

定位到答案原位置 👍 0

所有回复 (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.