서브메뉴를 고정시키고 싶은데.. > 그누4 질문답변

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!

그누4 질문답변

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

서브메뉴를 고정시키고 싶은데.. 정보

서브메뉴를 고정시키고 싶은데..

본문

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

오류 주소 : http://www.tlmkr.com/sub07.php


게시판에서 서브메뉴부분이 게시글의 길이에 따라 밑으로 내려가버리는 데,.

서브메뉴부분을 윗부분에 고정시키고 싶은데 어떻게 해야 되죠??


완젼 초보라서  뭘 어떻게 건드려야 될 지 모르겠습니다.

도와주십시요...^^





<?
 $g4_path="./gnuboard4";
 include_once("./gnuboard4/common.php");
 include_once("./gnuboard4/head.sub.php");
 include_once("./gnuboard4/lib/outlogin.lib.php");
 include_once("./gnuboard4/lib/latest.lib.php");
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<title>sub0700_2</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
background-image: url(images/bgimage.jpg);
}
.tr43 {
font-size: 12px;
line-height: 20px;
color: #800000;
}
</style>
</head>
<body bgcolor="#FFFFFF">
<?
$path="./head";
include_once("./head.php");
?>
<!-- ImageReady Slices (sub0700_2.jpg) -->
<table width="965" height="849" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
<tr>
<td colspan="5"><object id="FlashID9" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="965" height="150">
  <param name="movie" value="flash/subflash99.fla.swf" />
  <param name="quality" value="high" />
  <param name="wmode" value="opaque" />
  <param name="swfversion" value="7.0.70.0" />
  <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
  <param name="expressinstall" value="Scripts/expressInstall.swf" />
  <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
  <!--[if !IE]>-->
  <object type="application/x-shockwave-flash" data="flash/subflash99.fla.swf" width="965" height="150">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="7.0.70.0" />
    <param name="expressinstall" value="Scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
    <div>
      <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
      <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
    <!--[if !IE]>-->
      </object>
  <!--<![endif]-->
    </object></td>
</tr>
<tr>
<td width="13" rowspan="5" bgcolor="#FFFFFF">&nbsp;</td>
<td height="24" bgcolor="#FFFFFF">&nbsp;</td>
<td width="22" rowspan="5" bgcolor="#FFFFFF">&nbsp;</td>
<td>
    <img src="images/sub07_05.gif" width="687" height="24" alt=""></td>
<td width="23" rowspan="5" bgcolor="#FFFFFF">&nbsp;</td>
</tr>
<tr>
<td rowspan="2" bgcolor="#FFFFFF"><table width="220" height="185" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_" vspace="top">
  <tr>
    <td><img src="images/sub07_notice_01.gif" alt="" width="220" height="50" align="top" /></td>
      </tr>
  <tr>
    <td><img src="images/sub07_notice_02.gif" alt="" width="220" height="135" align="top" /></td>
      </tr>
    </table></td>
<td height="50">
<img src="images/sub07_08.gif" width="687" height="50" alt=""></td>
</tr>
<tr>
<td rowspan="2"><table id="Table_2" width="687" height="603" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td rowspan="3"><img src="images/sub07middle_01.gif" width="16" height="603" alt="" /></td>
    <td><img src="images/sub07middle_02.gif" width="655" height="17" alt="" /></td>
    <td rowspan="3"><img src="images/sub07middle_03.gif" width="16" height="603" alt="" /></td>
      </tr>
  <tr>
    <td width="655" valign="top" bgcolor="#FFFFFF">
              <iframe id="embeded-content" width="100%" src="http://www.tlmkr.com/gnuboard4/bbs/board.php?bo_table=notice" marginwidth="0" marginheight="0" frameborder="0" ></iframe>
              <script type="text/javascript">
function resize_frame(id) {
var frm = document.getElementById("embeded-content");
function resize() {
frm.style.height = "auto"; // set default height for Opera
contentHeight = frm.contentWindow.document.body.scrollHeight;
frm.style.height = contentHeight + 23 + "px"; // 23px for IE7
}
if (frm.addEventListener) {
frm.addEventListener('load', resize, false);
} else {
frm.attachEvent('onload', resize);
}
}
resize_frame('embeded-content');
              </script>

            </td>
      </tr>
  <tr>
    <td><img src="images/sub07middle_05.gif" width="655" height="16" alt="" /></td>
      </tr>
    </table></td>
</tr>
<tr>
<td width="220" rowspan="2" bgcolor="#FFFFFF">&nbsp;</td>
</tr>
<tr>
<td>
<img src="images/sub07_17.gif" width="687" height="22" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
<?
  $path="./foot";
  include_once("./foot.php");
?>
<script type="text/javascript">
swfobject.registerObject("FlashID9");
</script>
</body>
</html>

댓글 전체

<td rowspan="2" bgcolor="#FFFFFF"><table width="220" height="185" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_" vspace="top"> 이부분에  <td valign="top" rowspan="2" bgcolor="#FFFFFF"><table id="Table_" width="220" height="185" border="0" cellpadding="0" cellspacing="0" vspace="top"> 이렇게 td valign="top" 추가해주시면 될꺼같아요.
전체 66,558 |RSS
그누4 질문답변 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT