Jump to content

Module Affichage des Produits de Bouh Studio : problème IE 7 résolu


SebFrt

Recommended Posts

Bonjour à tous,

Beaucoup utilise le merveilleux modules de Bouh Studio "Affichage des Produits" qui malheureusement n'est pas compatible IE 7... J'avais un décalage à droite d'une cellule.

Pour régler le problème de décalage, j'ai modifié le global.css en ajoutant 4 petites lignes contenant //margin-left aux div suivantes :



/* Bouton panier et details product_list */
div.bouton {
margin-left:22px;
//margin-left:-160px;
margin-top:280px;
position:absolute;
}
/* Fin */

/* Affichage prix product_list */
div.prix_product_list {
margin-left:40px;
//margin-left:-110px;
margin-top:240px;
position:absolute;
}

/* Disponibilité produit product_list */
div.dispo_product_list {
background:url("../img/product-list/dispo2.png") no-repeat scroll 0 0 transparent;
height:24px;
width:24px;
margin-left:-3px;
//margin-left:-163px;
margin-top:240px;
position:absolute;
}
/* Fin */

/* Disponibilité produit product_list */
div.indispo_product_list {
background:url("../img/product-list/indispo2.png") no-repeat scroll 0 0 transparent;
height:24px;
width:24px;
margin-left:-3px;
//margin-left:-163px;
margin-top:240px;
position:absolute;
}
/* Fin */



Ca marche chez moi sur IE7 , IE 8 , Firefox, Chrome et Safari for win..

et j'espère que cela aidera certains...


;-)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...