PDA

View Full Version : mouse over button



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>

biggulp
November 6th, 2002, 01:33
your text must be in a pic (gif/jpg/png)

to add text open your graphic editor and type in some text and modify it, save, then reference your images through the mouseover function.