I have been working on a website page these two days. The relevant code is:
Are you talking about different heights of divs or buttons? no the same? It may be because of the padding problem. In IE9, the padding is calculated separately, while in Chrome (it seems that 360 now uses the kernel of the chrome open source project), the ff equation is calculated in the height.
Reference for other browser css compatibility issues:
CSS solution to browser compatibility issues?? Has been tested in IE, FF, and Chrome
Add a < before the tag ;!DOCTYPE html>Try it. Remove fancy patterns.
If it has been added, IE can use the F12 developer tool to check the border padding height of the #control element. See what the problem is