1. margin-left:10px; Originally the left margin was set to 10px, but IE6.0 interpreted it as 20px,
but the solution is very simple. The solution is to add display:inline.
2. Use the IMG tag to place the image. In the IE environment, a small gap will appear below the picture.
Apply display:block; to solve the gap under the image.
3. When browsing in Mozilla, the priority of !important can be understood.
When browsing in IE, the priority of !important cannot be understood.
4. text- The align attribute is center. This method looks normal in IE; but in Firefox, b will be on the left.
margin is auto. For example, set the CSS style to: margin: 0 auto;