Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am developing web ui and I would like to know what are the parameters needs to be consider for making Web UI compatible with other browsers (IE,Chrome, Firefox).

Regds
Posted
Comments
Mehdi Gholam 6-Oct-13 3:58am    
Generally don't bother, just use a framework which does this for you.
Sergey Alexandrovich Kryukov 6-Oct-13 4:09am    
The idea itself is good, nut it won't help you to get 100% the same look. Anyway, I credited this suggestion in my answer, but the main focus should be somewhat different, please see.
—SA

1 solution

The fact of like is: browsers have a lot of differences, most of them don't follow the standards precisely, and I'm not sure that the Web standards precisely define the rendering of a page even if all the details are specified, nothing is left for defaults.

Therefore, there is no much sense in trying to achieve this goal. Your approach should be different. Please see some suggestions in my past answers:
crossBrowser and better designing[^],
webpages layout change when running in different browsers.[^],
Fix resolution and browser incompatibility[^].

As to the note by Mehdi Gholam: basically he is right, frameworks (like jQuery) are created with browser compatibility in mind, so they can greatly improve things, but it is more relevant to the behavior, not subtle detail in layout, which are never 100% identical. And I also hope you are not trying to do ad-hoc formatting and use CSS consistently.


—SA
 
Share this answer
 
Comments
Mehdi Gholam 6-Oct-13 4:16am    
Saved me from typing :) 5'ed
Sergey Alexandrovich Kryukov 6-Oct-13 4:17am    
Thank you, Mehdi. I'm glad to hear that you were about to type something similar... :-)
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900