Home › Forums › CSS › Icon fonts not working in IE8 › Re: Icon fonts not working in IE8
February 19, 2013 at 2:50 pm
#125287
Participant
Thanks Josh. You’re right about IE Tester as all sorts of weirdness started happening today when I changed the $.browser reference. The icons started to swop positions, absolutely bizarre.
Am I on the right lines with the following:
if ($.support.msie && 8 == parseInt($.browser.version)) { $(function() { var $ss = $(‘#base-css’); $ss[0].href = $ss[0].href; }); }
or should I change ($.browser.version) to ($support.version).
Thanks.