ghurty Posted June 17, 2009 Share Posted June 17, 2009 How would I go about making it that when someone moves their mouse over a link, a small window opens up and displays info. I dont want it to be a real pop-up, rather it is part of the current page, just overlayed on top of a section. Thanks Quote Link to comment Share on other sites More sharing options...
neogemima Posted June 17, 2009 Share Posted June 17, 2009 You do a remote image rollover Quote Link to comment Share on other sites More sharing options...
haku Posted June 18, 2009 Share Posted June 18, 2009 A what? ------------------------ There are two different kind of popups you can use. CSS popups, which just pop something up while you are rolling over the link. Here are some tutorials: http://www.google.com/#hl=en&q=css+popups&aq=f&oq=&aqi=g10&fp=Yxcf45uQ1Fc Or else you can use a lightbox, which is a javascript method that is more flashy. This window will stay open until clicking close: http://www.huddletogether.com/projects/lightbox2/ Check them both out and see which one suits your needs. Quote Link to comment Share on other sites More sharing options...
xtopolis Posted June 18, 2009 Share Posted June 18, 2009 Here is an additional thread about "tooltips" as I would call them. http://www.phpfreaks.com/forums/index.php/topic,222972.0.html Quote Link to comment Share on other sites More sharing options...
kishan Posted June 19, 2009 Share Posted June 19, 2009 try these: if u dont want a navigation .. even add the code like <a href="#" title="YOUR MSG GOES HERE"/>YOUR TEXT</a> or on mouse over show the div on top of it by setting the div position as 'absolute' 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.