-
onmouseover images - need some help PLEASE
I have created a map on an image and would like a popup image to appear when the mouse is over different parts of the image.
I found a good example of this here:
http://www.pixelsofhope.org
and here:
http://www.dynamicdrive.com/style/cs...e-viewer#thumb
This is the code I have so far:
<img src="grid.gif" usemap="#qr" width="1000" height="1000" alt="click map" border="0" />
<map id="qr" name="qr">
<area shape="rect" alt="alt text" title="title" coords="44,35,72,62" href="http://www.google.com" target="_blank" />
<area shape="default" nohref alt="" />
</map>
-
The dynaimcdrive page gives a good example of the type of css code you will need.
-
OK maybe I should clarify a bit more...I've been successfull in implimenting the one found here:
http://www.dynamicdrive.com/style/cs...p-image-viewer
BUT...my problem is I can't get it to work within my map area. I image I need to use the "onmouseover" but can't get it?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks