simplybikes
-
Icon fonts not working in IE8
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 ($.sup…
-
Icon fonts not working in IE8
I am using 1.9.1 and testing the site on IETester to get it to work on iE8
-
Icon fonts not working in IE8
Josh...just when I thought I was sorted I get this message: Error: '$.browser.msie' is null or not an object My code is as follows: if ($.browser.msie && 8 == parseInt($.browser.version)) { $(function() { var $ss…
-
Icon fonts not working in IE8
Chris / Josh...following on from the IE8 issue on Friday I've looked at various suggestions but none worked until I tried implementing the one here: http://andymcfee.com/2012/04/04/icon-fonts-pseudo-elements-and-ie8/. Basically I think it for…
-
Icon fonts not working in IE8
It's a bit of a puzzler. IE9 is fine, IE7 nothing at all but that's OK, IE 8 a box. I agree Josh, the icons are just not being recognised. What I'm going to do is use a different set of icons like Heydings icons and not using the data…
-
Icon fonts not working in IE8
That's interesting as I would have thought that the html code would appear in there, the likes of data-icon="" instead of just data-icon="?". Mmmmm
-
Icon fonts not working in IE8
Thanks Josh...I'll have a look at that. Many thanks.
-
Icon fonts not working in IE8
Hi Chris....yes weird it is, it's driving me crazy because yesterday when I tested in IE 8 it worked. I'll give you're suggestion a wirrel and replace the html value with a letter and see what happens. I've noticed that in IE9 th…
-
Icon fonts not working in IE8
Hi Chris....the test page is: http://www.nscom.ie/wooden_spoon Where the icons appear in the navigation in all browsers IE8 just has a box. Many thanks.