为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Why does the text on my website display incorrectly when viewed with Firefox (3.6.9) and not IE?

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

more options

I am creating a website and after getting the main page laid out and coded, Firefox 3.6.9 jumbles part of the text, having some larger text superimposed over the smaller text which is in another field. When I broese to the site using Internet Explorer it looks the way it should. What could be the problem using Firefox? Since there are so many die hard Firefox fans out there ( myself included) the site MUST be able to be viewed correctly using it. Thanks for any help offered. The site is www.freesourceenergy.com pdewberr

I am creating a website and after getting the main page laid out and coded, Firefox 3.6.9 jumbles part of the text, having some larger text superimposed over the smaller text which is in another field. When I broese to the site using Internet Explorer it looks the way it should. What could be the problem using Firefox? Since there are so many die hard Firefox fans out there ( myself included) the site MUST be able to be viewed correctly using it. Thanks for any help offered. The site is www.freesourceenergy.com pdewberr

所有回复 (2)

more options

I have a similar problem with my sites on ff 3.6.9 and win7, however they are fine with ff and xp they are also fine with ie 6, 7 ,8 , opera, safari and chrome in both xp and win7... I am sorry I don't have a solution... in my case I think its something interfering with the way ff in win7 is looking at css and I have tried recoding to no avail... As my sites look fine with all other browsers I'm hoping the bright sparks out their come up with a fix asap

more options

You get overlapping text if you specify the height of a (DIV) container and that height is not enough to fit all the content. The solution is either to omit the height and let the browser determine it or increase the height so all content fits.

On the http://www.freesourceenergy.com/ site that means removing the height: 150px; from DIV .top and maybe increasing the height of the middle DIV containers slightly to 220px