squiblo Posted June 4, 2010 Share Posted June 4, 2010 Currently I have something like this.. onmouseover="showTooltip(event,'TEXT GOES HERE');return false" I would like to put an "img" tag where the text goes, like this... onmouseover="showTooltip(event,'<img src='image'');return false" But that is obviously not going to work, I have also tried the following, but these also do not work, please help onmouseover="showTooltip(event,\"<img src='image'\");return false" onmouseover="showTooltip(event,"<img src='image'");return false" Quote Link to comment Share on other sites More sharing options...
dabaR Posted June 5, 2010 Share Posted June 5, 2010 Hi there, I think you are best of to try google for "tooltip javascript", this is one of the results http://sandbox.leigeber.com/tooltip/ 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.