syncHeight
syncHeight copied to clipboard
IE8 and box-sizing: border-box;
The plugin have an issue in IE8 when using box-sizing:border-box; and padding:; There padding at the bottom is doubled. http://codepen.io/ronnidc/full/gFoKl
yeah, the different box models are not consistently supported in jQuery. I have yet to find out if they're fixing jQuery or if I nave to fix the plugin :-( Thanks for the great test case! I'll look into it.