Hey Sam,
This is not an issue but rather just a note for everyone. I was trying to get your icons working in IE7 (I know - I hate it too!) And I came across this stackoverflow question which helped:
http://stackoverflow.com/questions/4181884/after-and-before-css-pseudo-elements-hack-for-ie-7
Basically, you just need to add
<!--[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script>
<![endif]-->
and the icons will now work in IE7 - not sure about IE6 but I draw the line at IE7 :)
Hey Sam,
This is not an issue but rather just a note for everyone. I was trying to get your icons working in IE7 (I know - I hate it too!) And I came across this stackoverflow question which helped:
http://stackoverflow.com/questions/4181884/after-and-before-css-pseudo-elements-hack-for-ie-7
Basically, you just need to add
and the icons will now work in IE7 - not sure about IE6 but I draw the line at IE7 :)