게시판에서 usemap 사용법 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

게시판에서 usemap 사용법 정보

게시판에서 usemap 사용법

본문

게시판 생성시 파일 상단경로 ../../include/top.php
파일 하단경로 ../../include/footer.php 해서 생성했고요.

도메인/gnu4/bbs/board.php?bo_table=customer 으로 접근하게했는데요...

usemap이 사용이 안되네요..

include/top.php, include/footer.php, board.php, board_head.php, board_tail.php, list.skin.php
다 붙여 봐도 안되네요...

이 부분을 어디에 둬야하는지... 부탁드립니다..^^
<map name="Map1>
<area shape="rect" coords="39,0,233,90" href = "index.php">
</map>
<map name="Map>
  <area shape="rect" coords="39,100,233,215" href = "cf.html" onclick="mov('cf.html'); return false;">
</map>


include/top.php 내용이고요... 빨간글씨있는 부분을 클릭시 적용하고 싶습니다.
<html>
<head>
   <link rel="stylesheet" href="/include/style.css">
   <script language="JavaScript" src="/include/common.js"></script>
</head>
<body onLoad="MM_preloadImages('../img5/m01-r.gif','../img5/m02-r.gif','../img5/m03-r.gif','../img5/m04-r.gif','../img5/m05-r.gif')"><table width="1078" border="0" cellspacing="0" cellpadding="0">

<table width="1078" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><table width="1078" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="671" rowspan="2"><img src="../img5/top-left.gif" width="671" height="90" border="0" usemap="#Map1"></td>
        <td width="407" height="50" background="../img5/top-right-bg.gif"> </td>
      </tr>
      <tr>
        <td height="40<td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td><table width="1078" border="0" cellspacing="0" cellpadding="0" bordercolor="pink">
      <tr>
        <td width="235"><img src="../img5/main-left.gif" width="235" height="487" border="0" usemap="#Map"></a></td>

  • 복사

댓글 전체

이 부분이 usemap 지정한 부분보다 아래 있는것이 좋습니다.

<map name="Map> --> 따옴표 빠졌네요 <map name="Map">
<map name="Map1> --> 따옴표 빠졌네요 <map name="Map1">
<td height="40<td> --> 문법 틀렸네요 <td height="40"></td>
© SIRSOFT
현재 페이지 제일 처음으로