
Why doesn't Firefox 4.0 support my text animation on website?
Homepage has graphic called "dynamicanimation" that works with other search engines like Internet Explorer, but is blank with Firefox 4.0
All Replies (2)
Doesn't work in Firefox 3.6.16 either, or in Opera 11.00 or Safari 5.0.1 for that matter.
Either your JavaScript is something that only IE can read or the fact that the other browsers are rendering your web page in the Quirks Mode is causing that issue.
http://validator.w3.org/check?uri=http://www.acibio.net/
http://en.wikipedia.org/wiki/Quirks_Mode
Microsoft FrontPage 4.0 just does not create pages that will view properly in anything except for IE8 and earlier versions.
Document.layers and document.all are not supported by Firefox.
That is a very old script that doesn't work in modern browsers that use document.getElementById
if((navigator.appName == "Netscape") && (parseInt(navigator.appVersion.substring(0, 1)) >= 4)) doc_els=document.layers else return