OVH Cloud OVH Cloud

comment inséré un bouton animé html, dans publisher

1 réponse
Avatar
impactpub
S.v.p. je veut inséré un bouton animé par Photoshop & image ready dans
publisher et je n'y arrive pas, pouvez vous m'aider

Merci

1 réponse

Avatar
JLG
Bonsoir

il faut sauvegarder et mettre le bouton dans le dossier du site en cours de
création
ensuite, créer un cadre de fragment de code HTML et y placer ce code, en
changeant le nom "button" par le nom de fichier de votre bouton

<img border="0" id="img1" src="file:///button5.gif" height="31" width="155"
alt="Essai" fp-style="fp-btn: Metal Rectangle 8; fp-transparent: 1"
fp-title="Essai"
onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'file://button6.gif')"
onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'file://button5.gif')"
onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'file://button7.gif')"
onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'file://button6.gif')">


--
retirer "toto" de mon adresse E-mail



impactpub wrote:
S.v.p. je veut inséré un bouton animé par Photoshop & image ready dans
publisher et je n'y arrive pas, pouvez vous m'aider

Merci