Bonjour tout le monde.
J'ai un pb :
voilà le code :
Le pb est que l'imprimante et la loupe décalent la suite de 46 pix vers le bas de la page html
Comment faire pour résoudre ce probleme
d'avance Merci
Demi Cerveau
ps: le code est inclus dans un tableau classique
Modifié par Demi Cerveau (04 Dec 2007 - 13:36)
J'ai un pb :
voilà le code :
<div id="grande_photo" style="z-index: 0; background-color: white; border: 0px solid green; vertical-align: middle;">
<a name=image>
<div STYLE="float: left; width: 20; height: 39; z-index: 2;"><IMG SRC="images2/fleche_gauche_bleue.gif" border="0" onclick="change_grande_image(-1)" onmouseover="this.style.cursor='hand';"></div>
<div STYLE="float: right; width: 20; height: 39; z-index: 2;"><IMG SRC="images2/fleche_droite_bleue.gif" border="0" onclick="change_grande_image(+1)" onmouseover="this.style.cursor='hand';"></div>
<div STYLE=" position: relative; left: 0; top: 0; z-index: 1; vertical-align: middle; border: 0px solid red" id="contenant_grande_photo">
</a>
<p align="center" style="margin-bottom: 0px; margin-top: 0px;">
<img name="image_affichee" src="combi.jpg">
</p>
</a>
</div>
</div>
<div STYLE="overflow:hidden; float: right; position: relative; top: -97; width: 49; height: 46; z-index: 2;"><IMG SRC="images2/loupe.gif" border="0" onclick="tg(0)" onmouseover="this.style.cursor='hand';"></div>
<div STYLE="overflow:hidden; float: right; position: relative; left: 49; top: -46; width: 49; height: 46; z-index: 2;"><IMG SRC="images2/imprimante.gif" border="0" onclick="tg(1)" onmouseover="this.style.cursor='hand';"></div>
Le pb est que l'imprimante et la loupe décalent la suite de 46 pix vers le bas de la page html
Comment faire pour résoudre ce probleme
d'avance Merci
Demi Cerveau
ps: le code est inclus dans un tableau classique
Modifié par Demi Cerveau (04 Dec 2007 - 13:36)