Hi fellas, I'm trying to setup a simple image map for a banner on my website.
Through a script I got this code
<*IMG SRC="tunerguyscopy.jpg" USEMAP="#tunerguyscopy" BORDER=0>
<MAP NAME="tunerguyscopy">
<AREA SHAPE=RECT COORDS="4,0,351,159" HREF="http://www.tunerguys.com/shop/index.php?cPath=3&osCsid=beb783b61f37b9b16db92c93fc241fd0" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
<AREA SHAPE=RECT COORDS="353,0,699,160" HREF="http://www.tunerguys.com/shop/index.php?cPath=2&osCsid=beb783b61f37b9b16db92c93fc241fd0" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
<*/MAP>
Is this correct, if not how do I implement it, currently the picture comes up as an X.
thanks
nvm
Through a script I got this code
<*IMG SRC="tunerguyscopy.jpg" USEMAP="#tunerguyscopy" BORDER=0>
<MAP NAME="tunerguyscopy">
<AREA SHAPE=RECT COORDS="4,0,351,159" HREF="http://www.tunerguys.com/shop/index.php?cPath=3&osCsid=beb783b61f37b9b16db92c93fc241fd0" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
<AREA SHAPE=RECT COORDS="353,0,699,160" HREF="http://www.tunerguys.com/shop/index.php?cPath=2&osCsid=beb783b61f37b9b16db92c93fc241fd0" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
<*/MAP>
Is this correct, if not how do I implement it, currently the picture comes up as an X.
thanks
nvm





