TAB 메뉴 도와주센.ㅠ > 그누4 질문답변

그누4 질문답변

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

TAB 메뉴 도와주센.ㅠ 정보

TAB 메뉴 도와주센.ㅠ

본문

오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.

오류 주소 : http://chejuctl.cafe24.com/

 여기 중간 오른쪽 쯤에 TEP 메뉴를 이용해서 만들었는데요 ,

탭의 글을 눌렀을때 해당 경로로 가지 않고 , 페이지 오류 났을때

어디를 수정해줘야하는지 말해주세요..



<table width="382" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="68" valign="bottom"><img src="images/guide_title.gif" width="68" height="92"></td>
    <td width="314" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="24%"><a href="#" onFocus="this.blur();" onMouseOver="guideChange('01');"><img src="images/guide_ove_01.gif" name="tips01" width="74" height="39" id="tips01" border="0"></a></td>
            <td width="23%"><a href="#" onFocus="this.blur();" onMouseOver="guideChange('02');"><img src="images/guide_out_02.gif" name="tips02" width="72" height="39" id="tips02" border="0"></a></td>
            <td width="53%"><img src="images/guide_top_line.gif" width="168" height="39"></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td height="80" valign="top" background="images/guide_bg.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="3%">&nbsp;</td>
            <td width="93%" valign="top">
            <table width="100%" border="0" cellpadding="0" cellspacing="0" id="guide01">
            <?=latest("custom", "i_tips", 4, 40, '' );?>
             
            </table>
              <table width="100%" border="0" cellpadding="0" cellspacing="0" id="guide02">
              <?=latest("custom", "s_tips", 4, 40, '' );?>
              </table></td>
            <td width="4%">&nbsp;</td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td><img src="images/guide_bottom_line.gif" width="314" height="7"></td>
      </tr>
    </table></td>
  </tr>
</table>

<script>

function guideChange(data1) {
document.getElementById("guide01").style.display="none";
document.getElementById("guide02").style.display="none";

document.getElementById("tips01").src="images/guide_out_01.gif";
document.getElementById("tips02").src="images/guide_out_02.gif";


if (data1 == "01") {
document.getElementById("guide01").style.display="";

document.getElementById("tips01").src="images/guide_ove_01.gif";
document.getElementById("tips02").src="images/guide_out_02.gif";

  } else {
document.getElementById("guide02").style.display="";

document.getElementById("tips01").src="images/guide_out_01.gif";
document.getElementById("tips02").src="images/guide_ove_02.gif";
}
}
guideChange("01");
</script>
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로