Program to Web Browser compatibility ?

@ptrikha_2 (45501)
India
February 4, 2009 1:01am CST
Why is it that some of the Websites have features that work fine on Internet Explorer - all versions , yet fail to function on Mozilla Firefox or Google Chrome ?
1 person likes this
2 responses
@faisai (1138)
• Hong Kong
15 May 09
From my understanding, it is just normal. IE, Firefox, Chrome and other browsers are developed by individual companies and so it is more like up to them to decide how to implement certain features. Sometimes, it is they decide not to implement some features (due to resources concern). Other times, it is just bugs (yes, every software has bugs and IE nor Firefox nor Chrome can be an exception). These bugs will then affect how the we page is rendered. So, why some websites work so well in IE but not others? Because these websites are developed by some others who may not have the resources to make sure they don't fall in traps into every browsers available in the market. Thus, when they are developing targeting IE, they may have to use code that are proprietary to IE only which surely won't be found in other browsers.
1 person likes this
@ptrikha_2 (45501)
• India
17 May 09
Thanks for the response !
• India
4 Mar 09
The main reason why some websites don't work on browsers other that IE is ActiveX controls. If some websites use ActiveX controls then they won't work on other browsers since no other browser supports them. However the number of such sites is diminishing and most sites are becoming more and more standards-complaint. Some sites appear different on IE because they are specifically designed for IE with some features which are present in IE only. Another reason could be that the site checks for IE and doesn't allow other browsers to be used for policy reasons etc.
@ptrikha_2 (45501)
• India
10 Mar 09
Thanks for sharing !