So I have an image map for my navigation. The actual code only looks at a 900x45 transparent image (I am using skins on my site). But for some reason, half of support is not linked. Here is the code for the image map.
However, as you can see by going to http://cyanideperfection.net/ the last bit of it doesn't get mapped. Can someone help?HTML Code:<img src="http://www.cyanideperfection.net/styles/pad.gif" width="800" height="40" usemap="#navmap"> <map id="navmap" name="navmap"> <area shape="rect" coords="0,0,135,45" alt="Home" href="http://cyanideperfection.net/index.php"> <area shape="rect" coords="140,0,300,45" alt="Visitor" href="http://cyanideperfection.net/visitor/index.php"> <area shape="rect" coords="310,0,450,45" alt="Photo Gallery" href="http://cyanideperfection.net/pixelpost/index.php"> <area shape="rect" coords="470,0,690,45" alt="Contact" href="http://cyanideperfection.net/contact.php"> <area shape="rect" coords="700,0,1000,45" alt="Support" href="http://cyanideperfection.net/support/index.php"> </map>



Reply With Quote



Bookmarks