Advertisement

PHP & Mysql - Tooltip with Images

Moderators: Calcifer, slothy

PHP & Mysql - Tooltip with Images

Postby scroll » Fri Jul 07, 2006 5:49 pm

Hi, it´s possible to have a tooltip with images from mysql without repeating always the same image ?

ex:

while ($row_result = mysql_fetch_assoc($result))
{

<td width="20%"><div align="center"><a href="detalhe.php?id=<?php echo $row_result['id']; ?>" onmouseover="doTooltip(event,0)" onmouseout="hideTip()"><img src="imagens/viaturas/<?php echo $row_result['foto_1']; ?>" width="66" height="45" border="0" style="border: solid 1px #FFFFFF"/></a></div></td>


}

Regards,
Scroll
scroll
 
Posts: 20
Joined: Fri Jun 23, 2006 3:30 pm

Return to PHP

Who is online

Users browsing this forum: No registered users and 3 guests

cron