chelvis
11-12-2002, 02:44 PM
I have a table and in each <td> I have some thing. When a user put his mouse on each of this, a popup message should appear for a detailed discussion of this text. Eg:
<table>
<tr><td>Cat</td></tr>
<tr><td>Dog</td></tr>
</table>
So when a user put the mouse over cat, a popup message should appear with a description of cat. I saw some thing like this in the website http://www.ilor.com
If you go to this website, and search for something and from the reslts page if you put your mouse over the links in the Refine Search section you can see the popup message. Can some body tell me how to do this?
<table>
<tr><td>Cat</td></tr>
<tr><td>Dog</td></tr>
</table>
So when a user put the mouse over cat, a popup message should appear with a description of cat. I saw some thing like this in the website http://www.ilor.com
If you go to this website, and search for something and from the reslts page if you put your mouse over the links in the Refine Search section you can see the popup message. Can some body tell me how to do this?