Hacker News new | ask | show | jobs
by jonespen 5083 days ago
Not according to Paul Irish: http://paulirish.com/2012/box-sizing-border-box-ftw/

The biggest downside is that its only supported in IE8+

1 comments

If you use it sparsingly, like on specific div's only - and you can do that, because box-model:border-box only _really_ matters and is _really-really_ good when dealing with percentage widths, you can fix it with 'behaviour' and css calculations. Done that.