I am having some difficulties with Tooltip... [message #181803] |
Tue, 04 June 2013 04:14 |
khando Umpo
Messages: 4 Registered: June 2013
Karma:
|
Junior Member |
|
|
I want a tooltip to be displayed when I move the mouse over edit/delete links. tooltip is worming fine with the delete option , but is not working for the edit link. below is a part of my code which is running partially....please help in php
<td align="center"><?php echo "<a class='tooltip' href=\"edituser.php?uid=".$row['uid']."\";> Edit<span>Edit user info</span></a>/ <a class='tooltip' href=\"deluser.php?uid=".$row['uid']."\">Delete<span>Delete This User</span></a>"?></td>
Looking forward to really helpful posts. Thanks.
|
|
|