We have one existing web application which was running in IE browser. But because of some reasons, now we need install Google Chrome Frame plug-in in IE to make it be running just like in Google Chrome.
So now the biggest problem is that we need find the incompatible javascript and css codes and make it behave the same in google Chrome.
Are there any tools or easier ways to do that?
The best thing to do is go through every problem one-by-one and fix it.
The Chrome developer tools (
Control+Shift+J) are very good at pointing out various errors and problems.There are other tools available, but these will be most useful to you.