Mousover to Change Text in a Table Cell
-
Good Evening
I’m not mega advanced with coding and therefore, please keep your answers simple.
I have a table which I have coded into my page, it is categories for award nominations. What I am trying to so is as the nominator mouses over the cell in the merged cell to the right it adds the description of the award.
I am struggling to find information on how to do this. Is there anyone that could help?
Code so far:
<table>
<tr>
<th></th>
<th rowspan=”15″></th>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
</table>
- The topic ‘Mousover to Change Text in a Table Cell’ is closed to new replies.