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 Link to comment https://forums.phpfreaks.com/topic/162664-how-to-create-a-pop-up-in-the-same-window/ Share on other sites More sharing options...
neogemima Posted June 17, 2009 Share Posted June 17, 2009 You do a remote image rollover Link to comment https://forums.phpfreaks.com/topic/162664-how-to-create-a-pop-up-in-the-same-window/#findComment-858519 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. Link to comment https://forums.phpfreaks.com/topic/162664-how-to-create-a-pop-up-in-the-same-window/#findComment-858589 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 Link to comment https://forums.phpfreaks.com/topic/162664-how-to-create-a-pop-up-in-the-same-window/#findComment-858612 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' Link to comment https://forums.phpfreaks.com/topic/162664-how-to-create-a-pop-up-in-the-same-window/#findComment-859402 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.