BoutikShop69 Posted June 14, 2013 Share Posted June 14, 2013 (edited) Bonsoir, J'ai besoin d'aide pour finaliser l'agrandissement du nouveau bouton : Ajouter au panier. L'image du bouton ne reste pas fixe, comme le montre les Etats 2 et 3 dans les images jointes. Normalement il devrait rester comme sur l'image : Etat 1 - Mais dès qu'on clique pour ajouter un produit on prend le décalage sur l'image : Etat 2. Le 3 c'est quand on passe la souris sur le bouton, juste après qu'on ai ajouté un produit dans le panier. J'ai essayé les positions : absolute, fixed ... background-attachement, rien n'y fait. J'avais un vilain bloc avec un cadre derrière l'image du bouton, que j'ai réussi à régler. Qu'ai-je oublié dans mon code, svp ? A la fin de mon product.css, j'ai ajouté : #primary_block p.buttons_bottom_block input.addcartpanier, input.addcartpanier_disabled, a.addcartpanier, span.addcartpanier { background-image: url("../img/addcartpanier.png"); float: center; background-color: transparent; border: none; margin-left: 11px; margin-top: 0; margin-bottom: -1px; color: #FFFFFF; font-size: 13px!important; text-align: center!important; padding-top: 15px!important; font-weight: bold; text-transform: uppercase; width: 180px; height: 74px; min-height: 74px!important } D'avance, merci pour votre aide. Je suis prestashop 1.4.4.0 Edited June 15, 2013 by shooping (see edit history) Link to comment Share on other sites More sharing options...
BoutikShop69 Posted June 15, 2013 Author Share Posted June 15, 2013 Il suffisait d'ajouter : background-position: center center; Ca fixe l'image du bouton. 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