Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

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

  • 5 odgovorov
  • 2 imata to težavo
  • 7 ogledov
  • Zadnji odgovor od 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?

Izbrana rešitev

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">
Preberite ta odgovor v kontekstu 👍 0

Vsi odgovori (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

Izbrana rešitev

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

Spremenil 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.