Swap image ??
Résolu
syrinxxxx
Messages postés
322
Date d'inscription
Statut
Membre
Dernière intervention
-
syrinxxxx Messages postés 322 Date d'inscription Statut Membre Dernière intervention -
syrinxxxx Messages postés 322 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
j'ai fait une galerie foto avec dreamweaver en utilisant behavior>swap image
mon probleme c'est que mes image sont de taille differente (une carré et un rectangulaire par exemple) et quand l'image change elle prend la taille de l'image precedente du coup elle est toute tirée ?
un coup de main ?
merci
j'ai fait une galerie foto avec dreamweaver en utilisant behavior>swap image
mon probleme c'est que mes image sont de taille differente (une carré et un rectangulaire par exemple) et quand l'image change elle prend la taille de l'image precedente du coup elle est toute tirée ?
un coup de main ?
merci
A voir également:
- Swap image ??
- Swap windows - Guide
- Image iso - Guide
- Acronis true image - Télécharger - Sauvegarde
- Reduire taille image - Guide
- Légender une image - Guide
2 réponses
voila mon code :
<table width="129%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="23%" valign="top"><p><img src="images/thumb_IMG_7903 - copie.jpg" width="49" height="75" /></p>
<p><img src="images/thumb_IMG_7904 - copie.jpg" width="75" height="49" onclick="MM_swapImage('pied','','images/Image 1.png',1)" /></p>
<p><img src="images/thumb_IMG_7905 - copie.jpg" width="75" height="49" /></p>
<p><img src="images/thumb_IMG_7929 - copie.jpg" width="75" height="49" /></p></td>
<td width="77%" valign="top"><img src="images/Untitled-1.jpg" name="pied" width="378" height="569" id="pied" /></td>
</tr>
</table>
<p> </p></td>
</tr>
</table>
j'imagine que je dois changer "width" de mon image mais ....
<table width="129%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="23%" valign="top"><p><img src="images/thumb_IMG_7903 - copie.jpg" width="49" height="75" /></p>
<p><img src="images/thumb_IMG_7904 - copie.jpg" width="75" height="49" onclick="MM_swapImage('pied','','images/Image 1.png',1)" /></p>
<p><img src="images/thumb_IMG_7905 - copie.jpg" width="75" height="49" /></p>
<p><img src="images/thumb_IMG_7929 - copie.jpg" width="75" height="49" /></p></td>
<td width="77%" valign="top"><img src="images/Untitled-1.jpg" name="pied" width="378" height="569" id="pied" /></td>
</tr>
</table>
<p> </p></td>
</tr>
</table>
j'imagine que je dois changer "width" de mon image mais ....