Websites look wrong: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (Fixing a few typos)
m (bug)
Line 18: Line 18:
* ActiveX controls are not supported in most Gecko 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. There are some 3rd party sites that allow access to some updates, such as [http://windowsupdate.62nds.com/ WindizUpdate].
* [http://windowsupdate.microsoft.com Microsoft Windows Update] must, by design, be run in Windows on Internet Explorer. There are some 3rd party sites that allow access to some updates, such as [http://windowsupdate.62nds.com/ WindizUpdate].
* Firefox strictly interprets the W3C spec for HTML comments; as a result, some of the contents of malformed comments might be rendered. See the following invalid bug:
* Firefox strictly interprets the W3C spec for HTML comments; as a result, some of the contents of malformed comments might be rendered. See [https://bugzilla.mozilla.org/show_bug.cgi?id=102127 bug 102127].
**https://bugzilla.mozilla.org/show_bug.cgi?id=102127

Revision as of 15:34, 8 August 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.
  • Sites that almost work, but need modification, can sometimes be fixed with GreaseMonkey, which allows you to change how the page looks and acts. You can try to change the page yourself, or see if someone else has written a fix.
  • 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.layers will not work. Developers: see this site for more information.
  • Partial support for document.all and document.<id> (but not document.<name>) has been added to Firefox 1.0.
  • 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. There are some 3rd party sites that allow access to some updates, such as WindizUpdate.
  • Firefox strictly interprets the W3C spec for HTML comments; as a result, some of the contents of malformed comments might be rendered. See bug 102127.