Saturday, 10 August 2013

CSS3 box-sizing 50% width

CSS3 box-sizing 50% width

Unless I completely do not understand the box-sizing property... why
aren't those two DIVs next to each other?
http://jsfiddle.net/MK7Fs/
With box-sizing: border-box; shouldn't the padding, margin, and border
"cut in" to the 50% width and ultimately end up with 100% width and with
enough room to fit both DIVs?

No comments:

Post a Comment