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> Quote Link to comment Share on other sites More sharing options...
thefollower Posted November 3, 2007 Author Share Posted November 3, 2007 any one ? Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
thefollower Posted November 3, 2007 Author Share Posted November 3, 2007 thought echo's was php Quote Link to comment Share on other sites More sharing options...
thefollower Posted November 10, 2007 Author Share Posted November 10, 2007 so no one knows ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.