<a class=Ntooltip href="#">
el texto visible
<span>
... el texto oculto (cualquier código HTML) ......
</span>
</a>
dentro de este
Código PHP:
<?php do { ?>
<table width="100" height="120" border="0" align="center" background="../images/100.gif">
<tr>
<td width="101" align="center" valign="top"><span class="margenimagenes"><a href="detalle.php?detalle=<?php echo $row_lado['id_producto']; ?>"><img src="<?php echo $row_lado['imagen']; ?>" alt= ""
name="imagen" width="85" height="70" border="0" align="top" class="imagenes_horizontal" id="imagen3" /></a></span></td>
</tr>
</table>
<?php } while ($row_lado = mysql_fetch_assoc($lado)); ?>
Alguna idea u otra forma de hacerlo.
Un saludo