Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

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

Learn More

Website components not rendered in Mozilla

  • 3 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

I am currently developing an one page website - www.deepakprabhakaran.com

It is written in HTML, CSS3, Jquery, Javascript.

The components are rendered as coded in Chrome and IE9. The images that have been used as components are not displayed in mozilla.

I am currently developing an one page website - www.deepakprabhakaran.com It is written in HTML, CSS3, Jquery, Javascript. The components are rendered as coded in Chrome and IE9. The images that have been used as components are not displayed in mozilla.

所有回复 (3)

more options

Some of the links to JavaScripts and other elements have a backslash instead of a forward slash and aren't loaded because of that.
So you need to correct all those 130 (!) links to make Firefox display the page.

Just the first 10 of them:

[1] <link href="Slider\examples\styles.css">
[2] <link href="Slider\photoswipe.css">
[3] <script src="Slider\lib\klass.min.js">
[4] <script src="Slider\code.photoswipe-3.0.5.min.js">
[5] <img src="Components\Loading.gif">
[6] <img src="Components\LeftPanel.png">
[7] <img src="Components\VerticalLogo.png">
[8] <img src="Components\Deepak.jpg">
[9] <img src="Components\ServiceButton.png">
[10] <img src="Components\ServiceButtonH.png">

(screenshot from Firefox 18.0.2 with corrected links)

由cor-el于修改

more options

Silly me. Thank you a 100 times. :)

more options

You're welcome.