Need Solution for browser compatibility issue
问题 Our application is running fine in chrome browser. But in Firefox some features and screens are not working properly. So it needs to be fixed .How can i do that and what could be the solution for that? 回答1: The best way to find out what is 'going on' is to debug the code in the browser. Firefox has a built in debugger but i prefer to use a third party debugger called Firebug. 回答2: You should give Firebug a try as indicated in the first answer. However as far as I know you had to install it as