Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Mulongo oyo etiyamaki na archive. Tuna motuna mosusu soki osengeli na lisalisi

My website isn't loading properly in Firefox for me and others, but it does in Safari?

  • 3 biyano
  • 1 eza na nkokoso oyo
  • 2 views
  • Eyano yasuka ya cor-el

more options

The image gallery should appear in the middle of the screen but is loading to the far right which is hiding links not allowing access to the site.

The image gallery should appear in the middle of the screen but is loading to the far right which is hiding links not allowing access to the site.

All Replies (3)

more options

Here is the screen shot.

more options

Firefox is displaying your web site in the Quirks mode. http://en.wikipedia.org/wiki/Quirks_Mode "Best guess" as to what the page creator intended the page to look like. With a proper Doctype that page would probably be displayed as you intended.

http://validator.w3.org/check?uri=http://www.strongfelt.com/ No DOCTYPE found! Character Encoding mismatch!

more options

It works for me if I disable (remove) the position: absolute rule from the Flash object or change it to position: relative.

http://www.strongfelt.com/sites/all/themes/strongfelt/style.css

.flashplayer {
/*	position: absolute; */
/*	top: 0; */
	z-index: 1;
}