My website isn't loading properly in Firefox for me and others, but it does in Safari?
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.
Semua Balasan (3)
Here is the screen shot.
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!
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; }