Image Map Problem

Discussion in 'HTML & Website Design' started by markzero, Feb 5, 2010.

  1. #1
    I'm working on a page where can't get image maps to work in ie6/7

    weirdest thing is that some maps work and some don't on the same image!

    Here's the code:

     <img src="http://i47.tinypic.com/30urewx.png" width="994" height="452" border="0" alt="header" style="margin-left:208px;z-index:-1000;" usemap="#niqe" />
     
    <map name="niqe">
    <area shape="rect" coords="2,406,135,437" href="http://www.youmeatsixfans.com/index.php" />
    <area shape="rect" coords="138,406,271,437" href="http://www.youmeatsixfans.com/youmeatsix.php" />
    <area shape="rect" coords="274,406,407,437" href="http://www.youmeatsixfans.com/media.php" />
    <area shape="rect" coords="410,406,543,437" href="http://www.youmeatsixfans.com/extra.php" />
    <area shape="rect" coords="546,406,679,437" href="http://www.youmeatsixfans.com/online.php" />
    <area shape="rect" coords="682,406,797,437" href="http://www.youmeatsixfans.com/forum" />
    <area shape="rect" coords="707,439,726,449" href="http://www.youmeatsixfans.com/forum/index.php?action=register" />
    <area shape="rect" coords="731,440,801,449" href="http://www.youmeatsixfans.com/forum/index.php?action=login" />
    <area shape="rect" coords="175,146,197,156" href="http://twitter.com/joshmeatsix" />
    <area shape="rect" coords="197,146,225,156" href="http://twitter.com/chrisymas" />
    <area shape="rect" coords="225,146,255,156" href="http://twitter.com/maxmeatsix" />
    <area shape="rect" coords="255,146,279,156" href="http://twitter.com/mattymas" />
    <area shape="rect" coords="279,146,306,156" href="http://twitter.com/danmeatsix" />
    <area shape="rect" coords="8,163,121,175" href="" />
    <area shape="rect" coords="121,163,225,175" href="http://twitter.com/youmeatsix" />
    </map>
    HTML:
    And this is the page: http://www.youmeatsixfans.com/gallery/

    Other pages like forum and home page have working maps no problem, but this one just don't work! :(
    Links which work are those upper "josh", "chris",...
    Links which don't work are bottom ones "HOME SITE" , "YOU ME AT SIX" , "MULTIMEDIA"...

    Please help!
     
    markzero, Feb 5, 2010 IP