e

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

· 2012-10-26 (금) 13:07:55 · 1512 · 2
메뉴올리기 copy.jpg
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.

오류 주소 : 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"> </td>
<td height="24" bgcolor="#FFFFFF"> </td>
<td width="22" rowspan="5" bgcolor="#FFFFFF"> </td>
<td>
<img src="images/sub07_05.gif" width="687" height="24" alt=""></td>
<td width="23" rowspan="5" bgcolor="#FFFFFF"> </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"> </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>

첨부파일

|

댓글 2개

2012-10-26 (금) 13:22:29
<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" 추가해주시면 될꺼같아요.
2012-10-27 (토) 15:07:22
감솨합니다.^^
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

66,531건

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

+
제목 글쓴이 날짜 조회
12-10-26 조회 859
12-10-26 조회 1,083
12-10-26 조회 1,706
12-10-26 조회 1,752
12-10-26 조회 1,555
12-10-26 조회 1,664
12-10-26 조회 1,989
12-10-26 조회 1,513
12-10-26 조회 903
12-10-26 조회 901
12-10-26 조회 827
12-10-26 조회 989
12-10-26 조회 1,719
12-10-26 조회 1,754
12-10-26 조회 862
12-10-26 조회 4,665
12-10-26 조회 1,723
12-10-25 조회 1,046
12-10-25 조회 1,031
12-10-25 조회 886