30px
paddingdiv { width: 400px; border: 5px solid #00f; }
30px
paddingInternet Explorer doesn't apply the W3C box model here. There are comments before the DTD. Mozilla and Opera are both still in standards mode.
box-sizing: content-box; -moz-box-sizing: content-box;
30px
paddingbox-sizing: border-box; -moz-box-sizing: border-box;
30px
paddingThis is the one making most sense if you ask me..
-moz-box-sizing: padding-box;
30px
padding