Salut tout le monde
Bon voila, j ai une table assez simple du style:
Je voudrais simplement mette une petite icon en overlay en haut a gauche de l'image qui est dans mon TD.
Pour se faire j ai fait ca:
Ce code marche tres bien sous Firefox, malheureusement sous IE au lieu de faire un overlay avec l icon il l a met au dessus, comme ci IE n arrivait pas a mixer div et table
Un petit coup de pouce dans la bonne direction ne serait pas de refus
La page en question est visible sur *hhtp://www.eboutik.net/products_new.php
Merci !
Bon voila, j ai une table assez simple du style:
<table>
<tr>
<td valign="top" class="main">
<a href="http://www.eboutik.net/natural-mother-pearl-earring-p-909.html">
<img src="images/eBoutik/E2043_thumbnail.jpg" width="72" height="100" border="0" alt=" Natural Mother of Pearl Earring " title=" Natural Mother of Pearl Earring "></a>
</td>
</tr>
</table>
Je voudrais simplement mette une petite icon en overlay en haut a gauche de l'image qui est dans mon TD.
Pour se faire j ai fait ca:
<table>
<tr>
<td valign="top" class="main">
<div id=layer1 style="position:relative; top:0; left:0; width:1px; height:1px; z-index:10;">
<img src="templates/eBoutik/images/buttons/english/icon_newarrival.gif" width="28" height="18" border="0" alt=" New " title=" New ">
</div>
<a href="http://www.eboutik.net/natural-mother-pearl-earring-p-909.html">
<img src="images/eBoutik/E2043_thumbnail.jpg" width="72" height="100" border="0" alt=" Natural Mother of Pearl Earring " title=" Natural Mother of Pearl Earring "></a>
</td>
</tr>
</table>
Ce code marche tres bien sous Firefox, malheureusement sous IE au lieu de faire un overlay avec l icon il l a met au dessus, comme ci IE n arrivait pas a mixer div et table

Un petit coup de pouce dans la bonne direction ne serait pas de refus

La page en question est visible sur *hhtp://www.eboutik.net/products_new.php
Merci !