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

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. :)