Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

My webpage does not show on Firefox, but it does on other browsers

  • 5 件の返信
  • 2 人がこの問題に困っています
  • 7 回表示
  • 最後の返信者: cor-el

more options

I have a personal website, http://www.kryshu.com that I have created myself on Dreamweaver. I have 7 pages and all except one appear on Firefox. Everything was fine until a couple of months ago when I updated some of the pages, again on Dreamweaver. All of a sudden my 'Portfolio - images' page does not show anything. It is empty - blank. It had text and images. I reloaded several times but each time the 'Portfolio - images' page is blank.

This happened only on Firefox. On Internet Explorer and Chrome the page works fine.

So, I presume the problem is with Firefox. What should I do?

I have a personal website, http://www.kryshu.com that I have created myself on Dreamweaver. I have 7 pages and all except one appear on Firefox. Everything was fine until a couple of months ago when I updated some of the pages, again on Dreamweaver. All of a sudden my 'Portfolio - images' page does not show anything. It is empty - blank. It had text and images. I reloaded several times but each time the 'Portfolio - images' page is blank. This happened only on Firefox. On Internet Explorer and Chrome the page works fine. So, I presume the problem is with Firefox. What should I do?

選ばれた解決策

The content is on the page, but is shifted down considerably.

Looks that this is caused by a simple typo: height="790%" instead of height="790" for one of the tables that causes all content to get shifted down.

<table width="672" height="790%" border="0" cellpadding="0" cellspacing="0">
この回答をすべて読む 👍 0

すべての返信 (5)

more options

First I would correct the markup errors your page has, http://validator.w3.org/check?uri=http%3A%2F%2Fwww.kryshu.com%2FPortfolio2.html&charset=%28detect+automatically%29&doctype=Inline&group=0 . Without correcting these errors the chances you will get weirdness from one browser to another are pretty high.

more options

選ばれた解決策

The content is on the page, but is shifted down considerably.

Looks that this is caused by a simple typo: height="790%" instead of height="790" for one of the tables that causes all content to get shifted down.

<table width="672" height="790%" border="0" cellpadding="0" cellspacing="0">

この投稿は cor-el により に変更されました

more options

Thanks I'll look into that.

more options

Wow, thanks, you're a genius Cor-el. It's all been fixed now, it looks great. Don't know how that % got in there as that was not the page I updated, and it was working fine before I updated some other pages.

But everything's fine now.

more options

You're welcome.