box-sizing-polyfill icon indicating copy to clipboard operation
box-sizing-polyfill copied to clipboard

A CSS box-sizing: border-box polyfill for IE 6/7

Results 36 box-sizing-polyfill issues
Sort by recently updated
recently updated
newest added

When page loads all elements on page have huge width, it's like box-sizing polyfill doubles the width of elements. ![print](https://cloud.githubusercontent.com/assets/14215484/16616041/45f00b4c-4383-11e6-947e-8fc549c5657a.jpg)

If you have, say <body> or a <div> that has height 100%, the polyfill breaks. The error is pointed out in IE7 on XP as well as in the Edge...

I'm working with a Bootstrap 3 site that needs to support IE 7. It seems that if I include both respond.js with the polyfill I see IE using 100% CPU...

I'm using box-sizing-polyfill with the csswizardry grid. Since you replaced borderLeft with borderLeftWidth (same for right, top, bottom of course) it's not working correctly anymore.

... of calculation, also added support for thin|thick|medium border widths (direct replacement) and error handling. In testing, I hit it in IE7 native and in IE7 emulation and compatibility views...

http://mirs.org.uk/dev/test.html This is my test page - it contains a VERY simple bootstrap 3 template, with container and two columns, span 6 each. There is a link to a bootstrap-ie7.css...

This change handles an issue with the box-sizing polyfill. If there is an element X with box-sizing = content-box and it has a child element Y with box-sizing = border-box,...

compatiable with jquery layout plugin, support set 100%width ,height. but there is a potential problem: if you continually create and destroy element with "behavior:..." on ie 6, stack overflow may...

Have a minified version of box-sizing.htc for those who like to keep things a little more trimmer ;)