Jump to content

Ajouter image mail


Recommended Posts

Bonjour,

J'ai un petit problème d'intégration de l'icône mail à la fin du texte "envoyer à un ami"

Ci-joint capture image du problème.

Au niveau du global.css, je n'arrive pas à trouver le code d'intégration afin de remédier à ce problème...

Extrait de mon global.css

/* Product */
h2.product_category {font-size:14px;float:left;margin-top:40px}
h2.product_name {color:#163372;background:none;font-size:14px;margin-top:10px;width:680px}
#primary_block #pb-right-column {width:300px;float:left;margin-left:30px}
#primary_block #image-block {border:1px solid #DBDBDB;height:300px;width:300px}
#primary_block #image-block img#bigpic {cursor:pointer;height:300px;width:300px}
#primary_block #usefull_link_block {list-style-type:none;margin-top:170px;text-align:right}
#primary_block #usefull_link_block li {margin:5px 10px 5px 0;display:block}
#primary_block #usefull_link_block li a, #primary_block #usefull_link_block span.span_link, #primary_block #usefull_link_block span.span_link:hover {color:#808080;padding-right:30px;padding-top:5px;height:25px;font-size:10px}
#primary_block #usefull_link_block li.print a {background:#FFF url('../img/print_icon.png') no-repeat top right}
#primary_block #usefull_link_block li.question a {background:#FFF url('../img/question_icon.png') no-repeat top right}
#primary_block #usefull_link_block li.loyalty a {background:#FFF url('../img/loyalty_icon.png') no-repeat top right}
#primary_block #pb-left-column {float:left;margin-left:5px;width:373px;border-top:1px solid #DBDBDB}

Merci pour votre aide...

Cordialement

47938_IOjEwp8IarPUpB9MBMS9_t

Link to comment
Share on other sites

Bonjour,

Pour l'instant, le site est en maintenance. Je ne suis pas en localhost.

Concernant l'appel pour l'envoi à un amis, ce qui est hilarant, c'est moi non plus je ne le vois pas.

Sur le golgal.css , j'ai :
#primary_block #usefull_link_block li.print a {background:#FFF url(’../img/print_icon.png’) no-repeat top right}
#primary_block #usefull_link_block li.question a {background:#FFF url(’../img/question_icon.png’) no-repeat top right}

Ce qui me faudrait comme code c'est entre les 2, à savoir un #primary_block #usefull_link_block li. ?????????

Merci pour vos réponses à ce sujet.

Cordialement

Link to comment
Share on other sites

Donc voici ce que je te propose (pas tester en local)

Ouvres le module /modules/sendtofriend/product_page.tpl

{l s='Send to a friend' mod='sendtoafriend'}



Coté global.css
Ajoute

/* Product */

#primary_block #usefull_link_block li.send a {
          background:#FFF url(’../img/TON IMAGE.png’) no-repeat top right;
} 



Tu me diras si sa marche :)

Pour publier ton code - met les entre les balise code

 [code] avec un / dans la 2eme c'est plus lisible 
Link to comment
Share on other sites

J'ai testé et cela ne fonctionne pas...
Dans 2 jours le site sera en action et tu me diras ce que tu en penses au niveau de ce problème.

Un peu de patience et ça permettra de résoudre ce petit bug...

Merci encore !

Cordialement

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...