Jump to content

Onmouseover pop-up image


Mutley

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.