Jump to content
xisto Community
Sign in to follow this  
sandeep1405241520

Questions About Firefox Web-Page Rendering

Recommended Posts

Hi all,I have observed that there's a lot of difference in the rendering of firefox and IE.The websites designed for IE that involve some sort of DHTM menus or some javascript codes don't open smoothly in Firefox.I don't kbnow the reason. I have searched google a lot of times but no clue about what and where does the difference lies in th e rendering engines of Firefox and IE.Does any one has some information about that??Thanx in advance.Regards.

Edited by sandeep (see edit history)

Share this post


Link to post
Share on other sites

The difference would probably be more towards who is more closer to Javascript standards and whether the script is standard compliant. You'd have to look at EMCAScript 262 to find out whether the script in question is following standards or not. Because of the different implementations that was used with Microsoft JScript and Netscape Javascript a lot of this had to be standardise.Firefox has chosen to work closely with standards on this, so that could be a reason why it works fine in IE but not on Firefox.Cheers,MC

Share this post


Link to post
Share on other sites

Firefox uses the Gecko engine created by Mozilla to render pages (and to render its windows' layout too!), while Internet Explorer uses... uses its Internet Explorer engine. IE's engine uses many many codes that Microsoft invented on their own. However, most of them do not follow web standards. The Gecko engine closely follows web standards (it's very hard to completely follow them -- only 2-3 browsers can currently do this), so the codes you write for IE probably won't be executed by Firefox. But if your code follows web standards, IE will probably understand it, though there might be a few exceptions.

Share this post


Link to post
Share on other sites

Since you're a Firefox user, I'd recommend using the IETab extension. It's derived from the older IEView extension. Essentially, it embeds as an object in a Firefox tab, the page you want to view using the Internet Explorer rendering engine.

You're effectively browsing in Firefox but using IE to render the page.

Be forewarned that there are certain unresoved issues:

> IE's ActiveX enable/disable settings do NOT work
> All popup windows open in a new IE Tab
> Navigation history list does NOT work
> SSL icon does NOT work
> Site's favicon does NOT work

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.