Websites look wrong: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(JavaScript)
(more links, use Mozilla Suite, Firefox, Gecko where appropriate)
Line 1: Line 1:
[[Gecko]]-based applications, like the [[Mozilla Suite]] and [[Mozilla Firefox]] are designed from the bottom up to support sites written with [http://w3.org/ W3C] standards. However, other browsers sometimes use alternate methods to format pages which are not supported by the Suite or Firefox. The best long term solution is to respectfully ask the website developer if they can make their page work in Mozilla. For help on doing this, visit the [http://www.mozilla.org/projects/tech-evangelism/site/ Mozilla Site Evangelism] page. If this is not possible, there are a few things you can try to get the site to work as designed.
[[Gecko]]-based applications, like the [[Mozilla Suite]] and [[Firefox]] are designed from the bottom up to support sites written with [http://w3.org/ W3C] standards. However, other browsers sometimes use alternate methods to format pages which are not supported by the Mozilla Suite or Firefox. The best long term solution is to respectfully ask the website developer if they can make their page work in Mozilla. For help on doing this, visit the [http://www.mozilla.org/projects/tech-evangelism/site/ Tech Evangelism project page]. If this is not possible, there are a few things you can try to get the site to work as designed.


== Possible Solutions for Users ==
== Possible Solutions for Users ==
*Make sure your firewall isn't blocking the Suite or Firefox from getting page content.
* Make sure your firewall isn't blocking the Mozilla Suite or Firefox from getting page content.
*Install a user agent spoofer, such as [http://extensionroom.mozdev.org/more-info/useragentswitcher User Agent Switcher], to make the web site think you are using a different browser.
* Install a [[user agent]] spoofer, such as [http://extensionroom.mozdev.org/more-info/useragentswitcher User Agent Switcher extension], to make the web site think you are using a different browser.
*The page may require cookies or popup windows. Enable these features via "Tools->Options". (see also [http://www.mozilla.org/support/firefox/options].)
* The page may require cookies or popup windows. Enable these features via "Tools -> Options -> Web Features" in Firefox (see also [http://www.mozilla.org/support/firefox/options]).
*The page may require JavaScript. Configure JavaScript via "Tools->Options->Web Features (->Advanced)".
* The page may require [[JavaScript]]. Configure JavaScript via "Tools -> Options -> Web Features (-> Advanced)" in Firefox.
*The page may require Java. Enable Java via "Tools->Options->Web Features". Alternatively, try installing [http://java.sun.com/j2se/downloads/index.html Sun's Java] (J2SE JRE). [[Firefox_:_FAQs_:_Install_Java|Detailed help for Mozilla Firefox]] (''but this can also be used for the Mozilla Application Suite'').
* The page may require Java. Enable Java via "Tools -> Options -> Web Features" in Firefox. Alternatively, try installing [http://java.sun.com/j2se/downloads/index.html Sun's Java] (J2SE JRE). [[Firefox : FAQs : Install_Java | Detailed help for Firefox]] (''but this can also be used for the Mozilla Suite'').
*If the problem is with a plugin, like Flash or Windows Media Player, look at [http://forums.mozillazine.org/viewtopic.php?t=64337 this forum thread].
* If the problem is with a plugin, like Flash or Windows Media Player, look at [http://forums.mozillazine.org/viewtopic.php?t=64337 this forum thread].
*If everything else fails, on Windows, you can install [http://extensionroom.mozdev.org/more-info/ieview IE View] which will allow you to right-click open pages in IE.
* If everything else fails, on Windows, you can install [http://extensionroom.mozdev.org/more-info/ieview IE View] which allows you to right-click open pages in IE.


== Suite and Firefox Limitations ==
== Gecko Limitations ==
*Cannot use Microsoft's JVM. Use an alternative, such as [http://www.java.com/ Sun's Java VM].
* Cannot use Microsoft's Java VM. Use an alternative, such as [http://www.java.com/ Sun's Java VM].
*Cannot render VML or do VML scripting. Try using SVG instead.
* Cannot render [[wikipedia:VML|VML]] or do VML scripting. Try using [[SVG]] instead (note that official builds don't currently include SVG support).
* Menus and other scripts that use document.all or document.layers will not work. Developers: see [http://www.stopbadtherapy.com/standards.shtml this site] for more information.
* Menus and other scripts that use <code>document.all</code> or <code>document.layers</code> will not work. Developers: see [http://www.stopbadtherapy.com/standards.shtml this site] for more information.
*ActiveX controls are not supported in most Mozilla-based browsers. If possible, use a plugin interface instead, which is possible with Windows Media Player.
* ActiveX controls are not supported in most Gecko browsers. If possible, use a plugin interface instead, which is possible with Windows Media Player.
*[http://windowsupdate.microsoft.com Microsoft Windows Update] must, by design, be run in Windows on Internet Explorer. However, you can find updates manually on [http://download.microsoft.com/ Microsoft's download site].
* [http://windowsupdate.microsoft.com Microsoft Windows Update] must, by design, be run in Windows on Internet Explorer. However, you can find updates manually on [http://download.microsoft.com/ Microsoft's download site].

Revision as of 14:29, 27 February 2005

Gecko-based applications, like the Mozilla Suite and Firefox are designed from the bottom up to support sites written with W3C standards. However, other browsers sometimes use alternate methods to format pages which are not supported by the Mozilla Suite or Firefox. The best long term solution is to respectfully ask the website developer if they can make their page work in Mozilla. For help on doing this, visit the Tech Evangelism project page. If this is not possible, there are a few things you can try to get the site to work as designed.

Possible Solutions for Users

  • Make sure your firewall isn't blocking the Mozilla Suite or Firefox from getting page content.
  • Install a user agent spoofer, such as User Agent Switcher extension, to make the web site think you are using a different browser.
  • The page may require cookies or popup windows. Enable these features via "Tools -> Options -> Web Features" in Firefox (see also [1]).
  • The page may require JavaScript. Configure JavaScript via "Tools -> Options -> Web Features (-> Advanced)" in Firefox.
  • The page may require Java. Enable Java via "Tools -> Options -> Web Features" in Firefox. Alternatively, try installing Sun's Java (J2SE JRE). Detailed help for Firefox (but this can also be used for the Mozilla Suite).
  • If the problem is with a plugin, like Flash or Windows Media Player, look at this forum thread.
  • If everything else fails, on Windows, you can install IE View which allows you to right-click open pages in IE.

Gecko Limitations

  • Cannot use Microsoft's Java VM. Use an alternative, such as Sun's Java VM.
  • Cannot render VML or do VML scripting. Try using SVG instead (note that official builds don't currently include SVG support).
  • Menus and other scripts that use document.all or document.layers will not work. Developers: see this site for more information.
  • ActiveX controls are not supported in most Gecko browsers. If possible, use a plugin interface instead, which is possible with Windows Media Player.
  • Microsoft Windows Update must, by design, be run in Windows on Internet Explorer. However, you can find updates manually on Microsoft's download site.