Jump to content

On mouse over


thefollower

Recommended Posts

Hey guys i have this on mouse over image which i want to echo a variable on top the image when the user's mouse hovers over it but i put a text in my html it just isn't on the button.

 

This is what i have..And i want to echo a $ButtonName when the greybutton is shown so the user can see what the button does when clicked... =/

Just unsure on how to place it on top of the image for only the grey i considered putting a div but then the div shows even if the mouse isnt over the button..

 

 

<td align="left" valign="top" width="124" height="30"><a href="test.php"><img id="bv01013" src="blackbutton.gif" alt="Test" align="top" border="0" width="124" height="30" 
onmouseover="SwapImage(1,0,'bv01013','greybutton.gif')" onmouseout="SwapImage(0,0,'bv01013','blackbutton.gif')"></a></td>

Link to comment
https://forums.phpfreaks.com/topic/75929-on-mouse-over/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.