링크 거는법 질문 사항... 정보
링크 거는법 질문 사항...본문
레이어 팝업 링크에 관한 질문입니다..
<img src="Untitled-3.jpg" width="640" height="87" border="0" usemap="#ImageMap1"> <map name="ImageMap1">
<area shape="rect" coords="180, 44, 233, 77" a onclick="popup_Layer(event,'popup_table');" style="CURSOR: pointer;"></a>
<area shape="rect" coords="180, 44, 233, 77" a onclick="popup_Layer(event,'popup_table');" style="CURSOR: pointer;"></a>
이렇게 이미지맵으로 링크를 걸었습니다..
하지만..
링크 부분을 클릭하면 레이어가 팝업 되기는 하나..
링크부분에 마우스 포인터를 갖다 놓으면..
손가락 모양으로 바뀌지 않습니다..
어떻게 링크를 걸어야 할까여??
감사합니다..
수고하세요..
댓글 전체
질문과는 다소 관련이 없을수 있지만, area태그 부분에 a 라는 불필요한 속성도 보이네요.
그리고 </a>부분도 지워하 할것 같네요.
그리고 </a>부분도 지워하 할것 같네요.
style="cursor:hand;"
hand로도 바꿔보고 햇는데 안되여..ㅠㅜ
<img src="Untitled-3.jpg" width="640" height="87" border="0" usemap="#ImageMap1">
<map name="ImageMap1">
<area shape="rect" coords="180, 44, 233, 77" href="javascript:popup_Layer(event,'popup_table');return false" onfocus="this.blur()" style="CURSOR: hand;">
</map>
<map name="ImageMap1">
<area shape="rect" coords="180, 44, 233, 77" href="javascript:popup_Layer(event,'popup_table');return false" onfocus="this.blur()" style="CURSOR: hand;">
</map>