Alekhine Posted June 10, 2009 Share Posted June 10, 2009 Dans certains cas il est préférable pour le moment de forcer le mode de compatibilité d'IE8, par exemple pour éviter le décalage entre les quantités et le taux de remise dans l'onglet "PRIX DEGRESSIFS" d'un produit. (il y a d'autre cas ...)info touvé ici : http://blogs.developpeur.org/rui/archive/2009/03/20/ie8-forcer-le-mode-de-compatibilit.aspxJ'ai édité le fichier "/themes/prestashop/header.tpl" et j'ai ajouté "<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />"AVANT: <head> <base href="{$protocol}{$smarty.server.HTTP_HOST|escape:'htmlall':'UTF-8'}{$base_dir}" /> <title>{$meta_title|escape:'htmlall':'UTF-8'}</title> APRES: <head> <base href="{$protocol}{$smarty.server.HTTP_HOST|escape:'htmlall':'UTF-8'}{$base_dir}" /> <title>{$meta_title|escape:'htmlall':'UTF-8'}</title> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> Je ne sais pas si c'est là qu'il fallait le mettre mais ça fonctionne (l'icône de compatibilité n'est plus visible dans IE8 pour mon site, et il est bien forcé en compatibilité) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now