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

Please disregard. See https://github.com/Schepp/box-sizing-polyfill/issues/38

The jQuery plugin applies the boxsizing.htc behavior asynchronyously as to not delay the rest of the page. If the browser already support boxSizing, the plugin does nothing. Usage would be...

I have been experiencing a problem with page elements in IE7 shrinking inward from left and right when I use boxsizing.htc for border-box sizing of my float-based layouts. Here is...

![screen shot 2014-03-06 at 10 21 09](https://f.cloud.github.com/assets/4974955/2344030/14f75596-a519-11e3-895c-9943b582aa70.png) This is a brilliant bit of work - but just stumbled into my first issue in ie7. It doesnt seem to work on...

Hi, I installed the htc file, and it appears to be doing something, since my IE7 page layout changed in Browserstack and IE Tester. Question: Is there an issue with...

I am applying the box layout model to all elements (as outlined here http://paulirish.com/2012/box-sizing-border-box-ftw/) and then use the polyfill like so: .ie.seven \* {behavior: url(boxsizing.htc);} It is now the second...

Having a strange issue where initially my list style markers were being hidden (discs for ul's and numbers for ol's) when the polyfill takes effect. They appear again if you...

#### Hey, maintainer(s) of Schepp/box-sizing-polyfill! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...

I'm using this polyfill to make Bootstrap 3 look not terribly wretched in IE7. My issue is that it doesn't seem to run on page load. If I clear my...

Hi! I'm encountering an issue with the boxsizing fix. When applied to all elements using \* { ... } IE7 is crashing. If I apply to only one element that...