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!

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.

Learn More

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

There are random lines on this website and there is no error in the source.

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

more options

I am developing a website but have come across this problem. There is a missing line after the first row of the layout table and it appears that it has moved to the bottom of the table. I have validated my website through W3C and it is as clean as can be. I have loaded the page in all major browsers except Internet Explorer (Mozilla Firefox, Safari, Google Chrome, and Opera) and Mozilla Firefox is the only one that does it. I use OS X 10.6.4. I have had somebody else using OS X try it as well and it didn't work. I even tried clearing my cache. Is it something wrong with Mozilla Firefox or with my website?

I am developing a website but have come across this problem. There is a missing line after the first row of the layout table and it appears that it has moved to the bottom of the table. I have validated my website through W3C and it is as clean as can be. I have loaded the page in all major browsers except Internet Explorer (Mozilla Firefox, Safari, Google Chrome, and Opera) and Mozilla Firefox is the only one that does it. I use OS X 10.6.4. I have had somebody else using OS X try it as well and it didn't work. I even tried clearing my cache. Is it something wrong with Mozilla Firefox or with my website?

すべての返信 (3)

more options

It is not a missing line, but caused by the height being calculated as 21px instead of 20px.
You can try to leave out the   in the TD elements to avoid that extra pixel.

See https://developer.mozilla.org/en/Images%2C_Tables%2C_and_Mysterious_Gaps

more options

Thanks. Removing the non-breaking spaces fixed it. :)

more options

You're welcome