Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

My webpage does not show on Firefox, but it does on other browsers

  • 5 respostas
  • 2 têm este problema
  • 7 visualizações
  • Última resposta de 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?

Solução escolhida

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">
Ler esta resposta 👍 0

Todas as respostas (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

Solução escolhida

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">

Alterado por cor-el em

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.