jonoc33 Posted April 8, 2008 Share Posted April 8, 2008 Hi guys, I have a link, say for example it says News. Basically what I want to do is have it so that when I hover over that link it will come up with a small box where the cursor is with more information about that link. How would I do this exactly? I'm not exactly a Javascript expert, i'm more into PHP coding, but I really do want to learn. Link to comment https://forums.phpfreaks.com/topic/100114-hover-popup-help/ Share on other sites More sharing options...
paul2463 Posted April 8, 2008 Share Posted April 8, 2008 write a small javascript function to create a popup, there are many examples on google etc, then get the function to run onHover() <a href="http://www.yourhtmlsource.com/javascript/popupwindows.html"> Have a look here </a> Link to comment https://forums.phpfreaks.com/topic/100114-hover-popup-help/#findComment-511868 Share on other sites More sharing options...
GameYin Posted April 8, 2008 Share Posted April 8, 2008 <a href="news.php" onmouseover="alert("Alert");>News</a> o it's not a popup. You can do onmouseover, then document.write something... Link to comment https://forums.phpfreaks.com/topic/100114-hover-popup-help/#findComment-511893 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.