marmite Posted April 6, 2007 Share Posted April 6, 2007 Hi, I'm very new to javascript, and what little I have used has been copied (legitimately, of course!) from elsewhere. So, I have no idea how to do this. I want a speech bubble (I have the gif already created; I don't want to use regular text and the pop-up mustn't obscure the image) to pop up when I mouseover an image (which is also a link, don't know whether that matters). All the javascript code that I've come across so far replaces the image rather than adding another one, just below), e.g.: <td width="137"><a href="/New_CU/myaccount.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('my-account1','','buttons/myaccount_a.gif',1)"><img src="buttons/myaccount_na.gif" alt="My Account" name="my-account1" width="101" height="39" border="0" id="my-account1" /></a></td> I'd be grateful if anyone knows of tutorials on this... javascript looks rather beyond me at the moment ??? Thanks Emma Link to comment https://forums.phpfreaks.com/topic/45910-speech-bubbles-to-pop-up-on-mouseover/ Share on other sites More sharing options...
websmoken Posted April 6, 2007 Share Posted April 6, 2007 Marmite http://www.macridesweb.com/oltest/BUBBLE.html Check this page/pages on this site. I use their pop-ups in my site. http://www.candlesbythecreek.com/frag_colors.php No Bubbles though. :'( Websmoken Link to comment https://forums.phpfreaks.com/topic/45910-speech-bubbles-to-pop-up-on-mouseover/#findComment-223035 Share on other sites More sharing options...
marmite Posted April 16, 2007 Author Share Posted April 16, 2007 Thanks for this - that site looks ace! (sorry for late reply, been away) Link to comment https://forums.phpfreaks.com/topic/45910-speech-bubbles-to-pop-up-on-mouseover/#findComment-230627 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.