box-sizing: border-box; versus width:auto; and width: 100%;
My last post generated a lot of discussion about
box-sizing: border-box;
so today I’m going to provide a small overview of how it interacts with variouswidth
properties.
box-sizing: border-box;
is still experimental (IE8+) but you can make use of it by with the following browser…