How to make sure the CSS work fine with all browsers without eye testing on each browser?
问题 Making CSS for one website to support for all browsers in different version is really difficult. Especially, it needs to have different browsers set up. I just wonder is it possible to test the CSS and make sure it works with all browsers without open each browser and manually check the layout? or Is there any quick or standard way to do this? 回答1: Use a CSS Reset stylesheet Use good CSS frameworks (blueprint, boilerplate etc.) This is not possible. 回答2: A few important things to get you