Mozilla 도움말 검색

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

자세히 살펴보기

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.