thefollower Posted November 3, 2007 Share Posted November 3, 2007 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 More sharing options...
thefollower Posted November 3, 2007 Author Share Posted November 3, 2007 any one ? Link to comment https://forums.phpfreaks.com/topic/75929-on-mouse-over/#findComment-384371 Share on other sites More sharing options...
kenrbnsn Posted November 3, 2007 Share Posted November 3, 2007 This is a Javascript question, not a PHP question. I am moving it to the javascript area. Ken Link to comment https://forums.phpfreaks.com/topic/75929-on-mouse-over/#findComment-384372 Share on other sites More sharing options...
thefollower Posted November 3, 2007 Author Share Posted November 3, 2007 thought echo's was php Link to comment https://forums.phpfreaks.com/topic/75929-on-mouse-over/#findComment-384382 Share on other sites More sharing options...
thefollower Posted November 10, 2007 Author Share Posted November 10, 2007 so no one knows ? Link to comment https://forums.phpfreaks.com/topic/75929-on-mouse-over/#findComment-388694 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.