Click here to Skip to main content
15,913,937 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello everyone..!!
My web application runs in IE6.
But if i run it in Google Chrome it disturbs the whole layout..!!
How can i achieve the cross browser compatibility ?

Any suggestion, clarification or links welcomed..!!
Posted

Practically, you should do directly the opposite: develop for Chrome and Mozilla first. As to the IE6, the best approach is this:
http://www.ie6nomore.com/[^].

Even Microsoft has the similar initiative.

—SA
 
Share this answer
 
v2
Comments
ProEnggSoft 28-Mar-12 7:50am    
Good advice. 5!
Sergey Alexandrovich Kryukov 28-Mar-12 10:39am    
Thank you.
--SA
In addition to that I just came across this link which could generate the cross browser css. You can try this to find some improvement in the layout.

http://prefixr.com/index.php[^]
 
Share this answer
 
IE Tab Classic is Chrome extension that addresses this issue. It loads a webpage with full Internet Explorer compatibility inside Chrome, hence eliminating the need for switching browsers.

It adds a little IE icon in your address/search bar, clicking which will open the current webpage in IE compatibility mode. A new bar beneath the original search bar will indicate that the extension has been activated.

Download IE Tab Classic at https://chrome.google.com/webstore/detail/miedgcmlgpmdagojnnbemlkgidepfjfi[^]
 
Share this answer
 
Comments
vaibhav mahajan 20-Mar-12 1:26am    
Yes i agree..!!..but it will not solve the issue from the programmers side..!!. i want to make compatible application irrespective of any downloads from the users end..!!

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