_Cyrax
Sep 6th, 2007, 06:47 AM
grrr i no this question has been posted but it seems like no one has the answer?
I'm creating an image map, complete with a menu bar attached to the image, however, i want these links to open into a window or I frame inside a part of the image that i designated for it.
My problem is that I'm not even sure if this is possible. here's my code:
<body bgcolor="black" scroll="no">
<br><br><br>
<center>
<img src="graphics/theusedmainsiteimgmap2.jpg" USEMAP="#theusedmainsiteimgmap2" BORDER=0>
<map name="theusedmainsiteimgmap2">
<area name="mainbox" shape="rect" coords="279,342,814,590" href="mainbox" alt="mainbox" OnMouseOver="window.status='mainbox'; return true" OnMouseOut="window.status=''; return true" target="mainbox">
( I want this link below to open into the area designated above)
<area name="link" shape="rect" coords="38,566,165,609" href="http://www.google.com" alt="google" target="mainbox">
</map>
If you can please please help me with this problem it would be greatly appreciated.
cheers.
_Cyrax
I'm creating an image map, complete with a menu bar attached to the image, however, i want these links to open into a window or I frame inside a part of the image that i designated for it.
My problem is that I'm not even sure if this is possible. here's my code:
<body bgcolor="black" scroll="no">
<br><br><br>
<center>
<img src="graphics/theusedmainsiteimgmap2.jpg" USEMAP="#theusedmainsiteimgmap2" BORDER=0>
<map name="theusedmainsiteimgmap2">
<area name="mainbox" shape="rect" coords="279,342,814,590" href="mainbox" alt="mainbox" OnMouseOver="window.status='mainbox'; return true" OnMouseOut="window.status=''; return true" target="mainbox">
( I want this link below to open into the area designated above)
<area name="link" shape="rect" coords="38,566,165,609" href="http://www.google.com" alt="google" target="mainbox">
</map>
If you can please please help me with this problem it would be greatly appreciated.
cheers.
_Cyrax