퀵링크의 텍스트를 이미지로 대체하였더니 로고위치가 바뀌었습니다. > 그누4 질문답변

그누4 질문답변

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

퀵링크의 텍스트를 이미지로 대체하였더니 로고위치가 바뀌었습니다. 정보

퀵링크의 텍스트를 이미지로 대체하였더니 로고위치가 바뀌었습니다.

본문

링크타고 들어가보시면 로고가 왼쪽 아래로 떨어져있네요..

원래는 좌측상단에 고정되있었습니다..

헤드 소스입니다.. 어디를 수정해야할까요?




<div id="mw-index">

<!-- 헤더 시작 -->
<div id="head">

<table border=0 cellpadding=0 cellspacing=0 style="margin:0 auto 0 auto;" align="center" width="1100">
<tr>
<td class="logo"><!-- 사이트 로고 --><a href="<?=$g4[path]?>"><img src="<?=$g4[path]?>/img/logo.gif"></a></td>
<td width=10></td>
<td style="padding-top:20px;">
    <!-- 상단검색창 시작 -->
    <form name=fmainsearch action="<?=$g4[bbs_path]?>/search.php">
    <input type="hidden" name="sfl" value="wr_subject||wr_content">
    <input type="text" size="35" name="stx" style="border:5px solid #C30; height:35px; font-size:15px; font-weight:bold; padding:5px; ime-mode:active;">
    <input type="submit" value="검색" class="search-button">
    </form>
    <!-- 상단검색창 끝 -->

    <!-- 퀵링크 시작 -->
    <table style="margin-top:5px; text-align:center;" cellpadding=0 cellspacing=0 border=0>
    <tr>
<td><a href="http://www.nate.com/" class=quick-link><img src="/img/nate.gif"></a></td><td class=quick-div>|</span></td>
<td><a href="http://www.cyworld.com/" class=quick-link><img src="/img/cyworld.gif"></a></td><td class=quick-div>|</span></td>
<td><a href="http://www.naver.com/" class=quick-link><img src="/img/naver.gif"></a></td><td class=quick-div>|</span></td>
<td><a href="http://www.daum.net" class=quick-link><img src="/img/daum.gif"></a></td><td class=quick-div>|</span></td>
<!--td><a href="http://g4.miwit.com/bbs/board.php?bo_table=g4_qna" class=quick-link>질문게시판</a></td><td class=quick-div>|</span></td>
<td><a href="http://bbs.miwit.com/bbs/board.php?bo_table=g4_free" class=quick-link>자유게시판</a></td>
    </tr>
    </table>
    <!-- 퀵링크 끝 -->

</td>
<td width=70></td>
</tr>
</table>
<table border=0 cellpadding=15 cellspacing=0 width="1000" align="center">
<tr>
<td><?=submenu("basic", "$gr_id", "$bo_te"); // submenu?></td>
</tr>
<tr>
<td><div style="position:relative;left:0px;z-index:-1;"><div style="position:absolute;top:-53px;left:-65px;border:0px solid red;width:1100px;height:35px;background-image:url('/img/menubg.gif')"></div></div></td>
</tr>
</table>
    <!-- 상단 메뉴 -->

<!--div class="mw-index-menu-bar">
      <div class="mw-index-menu-left"><img src="<!?=$g4[path]?>/img/search_bar_left.gif"></div>
     
    <!-- 그룹 메뉴 시작 -->
   
<!--?
    $select_div_begin = "<div class='mw-index-menu-select1'><div class='mw-index-menu-select2'><div class='mw-index-menu-select3'>";
    $select_div_end = "</div></div></div>";

    $sql = "select * from $g4[group_table] order by gr_1";
    $qry = sql_query($sql);
    for ($i=0; $row=sql_fetch_array($qry); $i++)
    {
        if ($i > 0) echo "<span class='mw-index-menu-div'></span>";

        if ($gr_id == $row[gr_id]) {
            $div_begin = $select_div_begin;
            $div_end = $select_div_end;
        } else {
            $div_begin = "<div class='mw-index-menu-item'>";
            $div_end = "</div>";
        }

        echo "$div_begin<a href=\"$g4[bbs_path]/group.php?gr_id=$row[gr_id]\">$row[gr_subject]</a>$div_end";
    }
    ?>
   
    <!-- 그룹 메뉴 끝 -->
        <!--div class="mw-index-menu-right"><img src="<!?=$g4[path]?>/img/search_bar_right.gif"></div>
</div>

</div>

<!-- head -->

<table border="0" cellpadding="0" cellspacing="0" width="100%" style="padding-top:20px" onmouseover="layer_view('','','','','')">
<tr>
    <td valign="top">
  • 복사

댓글 전체

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