We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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