Mutley Posted November 18, 2006 Share Posted November 18, 2006 I'm trying to write a really basic script. So when your mouse pointer goes over the image it creates a pop-up (or DIV) which ever is easist of the same image.This is for part of a news page, each article is partly shown, to view it all you need to goto the articles page but I want people to see the full image by rolling over it and not just half of it.So something like:<img src="image.jpg"> onmouseover('makepopup<img src="image.jpg" />') onmouseout()... or something, I know nothing about Javascript, when your mouse pointer rolls off the image I would like the pop-up to close.Thanks. Link to comment https://forums.phpfreaks.com/topic/27709-onmouseover-pop-up-image/ Share on other sites More sharing options...
AndyB Posted November 18, 2006 Share Posted November 18, 2006 Best script I've ever found for this is at http://www.walterzorn.com/tooltip/tooltip_e.htm Link to comment https://forums.phpfreaks.com/topic/27709-onmouseover-pop-up-image/#findComment-126779 Share on other sites More sharing options...
Mutley Posted November 18, 2006 Author Share Posted November 18, 2006 Thanks, works a treat. Link to comment https://forums.phpfreaks.com/topic/27709-onmouseover-pop-up-image/#findComment-126798 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.