Author: Acha 2004-6-25 10:16:14
The box model in CSS2 is the key to our typesetting positioning. For example,
Original map: HicksDesign
It should be noted that the IE and Mozilla browser are inconsistent with the interpretation of the box model, causing the difficulties in our positioning, mainly different:
When IE calculates the distance between 2 DIVs, the 1PX Border is calculated, while Mozilla is not; after setting the width of the DIV, if you add a value to Padding, IE will subtract this value within the width, and M Ozilla will add this value based on the width.