I found it, i had a bug on a web, with IE8 and PIE, CSS3 render randomly when cache cleared and disapear if I reload.
look right here :
http://www.gdg.acolyte.ws/ - with
typekit JS
http://www.gdg.acolyte.ws/pie.php - without
typekit JS
Code:
nav ul li a{display:block; position:relative; z-index:0; background:#ffffff; color:#000; border-radius:5px 5px 5px 0px; box-shadow:0px 0px 8px 1px rgba(150,200,210,1); height:36px; padding:0 15px; line-height:36px; text-transform:uppercase; behavior: url(/js/PIE.htc);}
The render is perfect in IE7 but in IE8 nothing happen (and background is not rendered)
But if I remove the
typekit* .JS file from my header everything render normally.
The best I can do it's to give you the path to this JS file (generated by
typekit website and to a specific web domain and it's minimized...)
http://use.typekit.com/pee6eea.jsi don't think I can do much more but if I find a trick I will post it right here asap.
*
Typekit is a font web provider bought by Adobe, you include the JS, select the font you want, and boom!... brand new fonts !