Install and use EQCSS
At the end of the body of your HTML page
<!--[if lt IE 9]>
<script src="EQCSS-polyfills.js"></script>
<![endif]-->
<script src="EQCSS.js"></script>
and call this when you want to re-apply your style
EQCSS.apply();
Please note that this is called automatically on load, on resize, on input, on keydown/keyup, on mousedown/mouseup and when the DOM changes.