2012-05-09 4 views
0

몇 년 동안 나는 내 고객 중 한 명과 함께이 방법을 사용하여 수년 동안이 방법을 사용해 왔습니다. 그러나 어떤 이유로 이미지 맵의이 특정 세트가 작동하지 못하고 그 부분이 나를 망쳐 놓은 것을 볼 수 없습니다.HTML 이미지 맵이 작동하지 않습니까?

http://newyorkbarshow.com/index.php?loc=seminars

<img src="/imgs/i2012/seminar2012-1.png" alt="page 1" width="580" height="916" border="0" usemap="#Map" /> 
<map name="Map" id="Map"> 
    <area shape="rect" coords="219,225,274,282" href="/index.php?loc=article&id=128" /> 
    <area shape="rect" coords="518,216,573,270" herf="/index.php?loc=article&id=131" /> 
    <area shape="rect" coords="219,303,274,357" herf="/index.php?loc=article&id=129" /> 
    <area shape="rect" coords="520,279,575,331" herf="/index.php?loc=article&id=132" /> 
    <area shape="rect" coords="220,386,274,440" herf="/index.php?loc=article&id=x" /> 
    <area shape="rect" coords="318,396,350,427" herf="/index.php?loc=article&id=x" /> 
    <area shape="rect" coords="354,397,385,427" herf="/index.php?loc=article&id=x" /> 
    <area shape="rect" coords="392,397,421,427" herf="/index.php?loc=article&id=x" /> 
    <area shape="rect" coords="428,396,457,427" herf="/index.php?loc=article&id=x" /> 
    <area shape="rect" coords="464,395,495,430" herf="/index.php?loc=article&id=x" /> 
    <area shape="rect" coords="517,385,573,440" herf="/index.php?loc=article&id=114" /> 
    <area shape="rect" coords="223,509,274,564" herf="/index.php?loc=article&id=x" /> 
    <area shape="rect" coords="155,575,212,630" herf="/index.php?loc=article&id=x" /> 
    <area shape="rect" coords="218,576,275,632" herf="/index.php?loc=article&id=128" /> 
    <area shape="rect" coords="518,549,573,604" herf="/index.php?loc=article&id=133" /> 
    <area shape="rect" coords="517,633,571,690" herf="/index.php?loc=article&id=28" /> 
    <area shape="rect" coords="220,676,274,730" herf="/index.php?loc=article&id=x" /> 
    <area shape="rect" coords="219,776,273,830" herf="/index.php?loc=article&id=130" /> 
    <area shape="rect" coords="519,820,572,872" herf="/index.php?loc=article&id=139" /> 
    <area shape="rect" coords="301,821,513,900" href="/index.php?loc=article&id=141" /> 
</map> 
<br /> 
<img src="/imgs/i2012/seminar2012-2.png" alt="page 2" border="0" usemap="#Map2" /> 
<map name="Map2" id="Map2"> 
    <area shape="rect" coords="213,220,271,277" herf="/index.php?loc=article&id=134" /> 
    <area shape="rect" coords="515,222,570,278" herf="/index.php?loc=article&id=143" /> 
    <area shape="rect" coords="215,288,268,344" herf="/index.php?loc=article&id=x" /> 
    <area shape="rect" coords="215,372,271,427" herf="/index.php?loc=article&id=135" /> 
    <area shape="rect" coords="215,458,271,510" herf="/index.php?loc=article&id=136" /> 
    <area shape="rect" coords="515,430,570,486" herf="/index.php?loc=article&id=x" /> 
    <area shape="rect" coords="218,522,273,585" herf="/index.php?loc=article&id=138" /> 
    <area shape="rect" coords="514,523,570,576" herf="/index.php?loc=article&id=134" /> 
    <area shape="rect" coords="515,588,570,643" herf="/index.php?loc=article&id=x" /> 
    <area shape="rect" coords="217,612,270,667" herf="/index.php?loc=article&id=140" /> 
    <area shape="rect" coords="215,693,271,749" herf="/index.php?loc=article&id=142" /> 
    <area shape="rect" coords="515,744,570,800" herf="/index.php?loc=article&id=145" /> 
    <area shape="rect" coords="295,223,510,342" href="/index.php?loc=article&id=144" /> 
    <area shape="rect" coords="11,456,213,569" herf="/index.php?loc=article&id=137" /> 
</map> 
<br /> 
<img src="/imgs/i2012/seminar2012-3.png" alt="page 3" border="0" usemap="#Map3" /> 
<map name="Map3" id="Map3"> 
    <area shape="rect" coords="345,480,550,493" herf="http://nyworldwineandspiritscompetition.com" /> 
    <area shape="rect" coords="393,543,578,779" herf="/index.php?loc=article&id=127" /> 
    <area shape="rect" coords="17,546,208,779" herf="/index.php?loc=article&id=x" /> 
    <area shape="rect" coords="260,731,348,742" herf="http://doctickets.com" /> 
</map> 

은 처음에는 맥에 임 때문에 아마도 브라우저 지원을 할 수있는 그 무언가를 생각했지만, 모두 모두 맥의 브라우저 2 개에 시도 후 나는 그것의하지 알고 있습니다. 재밌는 건 http://newyorkbarshow.com/index.php?loc=archive-2011 지난 년이며 잘 작동합니다. 나는이 거세한 숫양 확실하지 않다

답변

2

솔루션입니다하지만 당신은 herf 대신 대부분의 링크에서 HREF를 입력했습니다.

+0

그게 해결책 이었어, 내가 그걸 믿을 수 없어, 잘 했어. 고마워. – chris

관련 문제