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. Quote Link to comment 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> Quote Link to comment 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... 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.