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

Why doesn't Firefox 4.0 support my text animation on website?

  • 2 replies
  • 1 has this problem
  • 2 views
  • Last reply by cor-el

more options

Homepage has graphic called "dynamicanimation" that works with other search engines like Internet Explorer, but is blank with Firefox 4.0

Homepage has graphic called "dynamicanimation" that works with other search engines like Internet Explorer, but is blank with Firefox 4.0

All Replies (2)

more options

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.

more options

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