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. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Mutley Posted November 18, 2006 Author Share Posted November 18, 2006 Thanks, works a treat. 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.