albertldee
November 5th, 2002, 20:13
i have a template with 6 mouse over button in a frame my problem is there is no text on these button how do i edit these mouse ocver button to add tex like home service contact up and so on on them
here are the script from one of the button
<tr>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('button_2','','images/button_over.gif',1)"><img name="button_2" border="0" src="images/button_normal.gif" width="150" height="20"></a></td>
</tr>
here are the script from one of the button
<tr>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('button_2','','images/button_over.gif',1)"><img name="button_2" border="0" src="images/button_normal.gif" width="150" height="20"></a></td>
</tr>