Usually most of the browsers consider the total width of an element as the horizontal space of an element which is given as
Total Width = Element’s width + padding + border + margin.
But Internet Explorer browser has an quirks rendering mode in which it behaves differently by including padding and border sizes in the element’s width value as
Total Width = Width (Element’s width + padding + border ) + margin.
Thus making the content area smaller.