Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Icon fonts not working in IE8 Re: Icon fonts not working in IE8

#125287
simplybikes
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.