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" Link to comment https://forums.phpfreaks.com/topic/203914-img-tags-in-onmouseover-parameter/ 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/ Link to comment https://forums.phpfreaks.com/topic/203914-img-tags-in-onmouseover-parameter/#findComment-1068016 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.