PGR21.com
이전 질문 게시판은 새 글 쓰기를 막았습니다. [질문 게시판]을 이용바랍니다.
Date 2009/03/29 16:59:25
Name 눈팅만일년
File #1 problem.gif (12.1 KB), Download : 9
Subject Html잘하시는 분들 좀 도와주세요!!(제로보드 노프레임 홈피 관련)


그림을 보시면 아시겠지만, 맨 윗쪽과 같이 테이블 구성을 하고, footer와 header를 작성하였습니다.

그런데 제로보드 페이지가 길어지거나 하면, 제가 의도한 것은 좌측 사이드메뉴의 테이블들 중 아랫쪽만 길어지는 것이었는데
-> 두 번째 그림과 같은...

실제로는 세 번째 그림처럼 좌측 테이블들 전체가 평균적으로 height값이 늘어나는 군요.

좌측 메뉴 마지막 칸의 height값을 넣지 않는 것으로 해결이 될 줄 알았는데... 그게 아니네요.

예전에 했던 때는 어떻게 어떻게 됐던 것 같은데, 가물가물한 기억을 살리려니 힘듭니다.ㅜㅜ 꼭 좀 도와주세요 ㅜㅜ

여기서부터 소스입니다... ;;
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<style type="text/css">
<!--
body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}
a {
        font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
        text-decoration: underline;
        color: #0000CC;
}
a:visited {
        text-decoration: underline;
}
a:hover {
        text-decoration: none;
}
a:active {
        text-decoration: underline;
}
-->
</style></head>

<body>
<table width="1010" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="200"><img src="../images/main_bar_topleft.gif" width="200" height="50" /></td>
    <td width="300"><img src="../images/main_bar_topright.gif" width="300" height="50" /></td>
    <td width="300"> </td>
    <td width="45"><a href="../files/index.php"><img src="../images/main_button_1.gif" border=0 alt="" width="45" height="50" /></a></td>
    <td width="70"><a href="../files/sitemap.html"><img src="../images/main_button_2.gif" border=0 alt="" width="70" height="50" /></td>
    <td width="85"><a href="../files/contact.html"><img src="../images/main_button_3.gif" border=0 alt="" width="85" height="50" /></td>
  <td width="10">  </tr>
  <tr>
    <td colspan="6"><img src="../images/mainimg_1.jpg" alt="" width="1000" height="240" /></td>
    <td width="10" background="../images/bg_basic.gif"></td>
  </tr>
  <tr>
    <td colspan="6"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1000','height','50','src','../menu','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../menu' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1000" height="50">
      <param name="movie" value="../menu.swf" />
      <param name="quality" value="high" />
      <embed src="../menu.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1000" height="50"></embed>
    </object></noscript></td>
    <td width="10" background="../images/bg_basic.gif"></td>
  </tr>
  <tr>
    <td width="200" height="50"><img src="../images/menutop_1.gif" width="200" height="50" /></td>
    <td colspan="5" rowspan="7" valign="top">

여기까지 header // 여기는 제로 보드 // 여기서부터 footer

</td>
    <td width="10" rowspan="7" background="../images/bg_basic.gif"></td>
  </tr>
  <tr>
    <td height="30"><a href="../files/company.html"><img src="../images/menubtn_1_1.gif" border="0" width="200" height="30" /></a></td>
  </tr>
  <tr>
    <td height="30"><a href="../files/company_ceo.html"><img src="../images/menubtn_1_2.gif" border="0" width="200" height="30" /></td>
  </tr>
  <tr>
    <td height="30"><a href="../bbs/zboard.php?id=history_company"><img src="../images/menubtn_1_3.gif" border="0" width="200" height="30" /></td>
  </tr>
  <tr>
    <td height="30"><a href="../bbs/zboard.php?id=award_list"><img src="../images/menubtn_1_4.gif" border="0" width="200" height="30" /></td>
  </tr>
  <tr>
    <td height="30"><img src="../images/menubtn_n_5.gif" border="0" width="200" height="30" /></td>
  </tr>
  <tr>
    <td valign="top" bgcolor="#C3C2A8"><img src="../images/menubottom.gif" width="200" height="400" /></td>
  </tr>
  <tr>
    <td height="20" colspan="6"><img src="../images/copyright.gif" width="1000" height="20" /></td>
    <td width="10" background="../images/bg_basic.gif"></td>
  </tr>
</table>
</body>
</html>

통합규정 1.3 이용안내 인용

"Pgr은 '명문화된 삭제규정'이 반드시 필요하지 않은 분을 환영합니다.
법 없이도 사는 사람, 남에게 상처를 주지 않으면서 같이 이야기 나눌 수 있는 분이면 좋겠습니다."
마린이랑러커
09/03/29 17:33
수정 아이콘
페이지를 링크하거나 소스를 보여주시는게 젤 빠르겠죠;
눈팅만일년
09/03/29 17:47
수정 아이콘
http://www.sanwoollim.kr/bbs/zboard.php?id=perform_playing
여기서 '쓰기' 한번만 눌러주시면...
ArcanumToss
09/03/29 17:48
수정 아이콘
<table border=1 width=100% height=100% bgcolor=green>
<tr height=10>
<td align=right>
<table border=1 width=300 height=100% bgcolor=skyblue>
<tr height=10>
<td width=100>홈</td>
<td width=100>사이트맵</td>
<td width=100>컨택트</td>
</tr>
</table>
</td>
</tr>
<tr height=100>
<td>메인</td>
</tr>
<tr height=15>
<td>플래시</td>
</tr>
<tr>
<td>
<table border=1 width=100% height=100% bgcolor=skyblue>
<tr height=10>
<td width=200>메뉴1</td>
<td rowspan=7>제로보드</td>
</tr>
<tr height=10>
<td width=200>메뉴2</td>
</tr>
<tr height=10>
<td width=200>메뉴3</td>
</tr>
<tr height=10>
<td width=200>메뉴4</td>
</tr>
<tr height=10>
<td width=200>메뉴5</td>
</tr>
<tr height=10>
<td width=200>메뉴6</td>
</tr>
<tr height=100%>
<td width=100>빈공간</td>
</tr>
</table>
</td>
</tr>
<tr height=10>
<td align=right>카피라이트</td>
</tr>
</table>
목록 삭게로! 맨위로
번호 제목 이름 날짜 조회
52895 유계에 있던 게시물 하나를 찾습니다. [2] 에반스2077 09/03/29 2077
52894 익스플로러8질문입니다. [2] TheGirl1637 09/03/29 1637
52893 무선인터넷을 이용한 컴퓨터간 연결 [2] 순욱2059 09/03/29 2059
52892 열역학 문제 질문입니다. [1] deadbody2540 09/03/29 2540
52891 컴퓨터 대체로 몇년동안이나 쓰시나요? [17] 민트줄립2296 09/03/29 2296
52890 공학용 계산기 질문이요.. [1] 타우τ2297 09/03/29 2297
52889 휴대폰 버튼이.. [1] 미역국2132 09/03/29 2132
52888 윈도우 시작시 프리징 증상 원인이 뭘까요? [3] 한가지2143 09/03/29 2143
52887 엑셀초보 질문하나 드릴게요 [2] Damn..1512 09/03/29 1512
52886 Pump 아직 좋아하시는 분 있으신가요? 간만에 즐겼더니;;; [3] DEICIDE2101 09/03/29 2101
52884 Html잘하시는 분들 좀 도와주세요!!(제로보드 노프레임 홈피 관련) [3] 눈팅만일년1848 09/03/29 1848
52882 일본어 질문입니다. [3] 알마1558 09/03/29 1558
52880 네트워크에 중복된 이름이 있습니다. [4] Magic_'Love'2196 09/03/29 2196
52879 어제 결승전 2경기 질문 -_-.. [2] iNoKiEs.2115 09/03/29 2115
52878 [야구] 책 읽다가 이해가 안되는 부분이 있습니다. [5] 섬전양상1914 09/03/29 1914
52877 이거 컴퓨터가 왜 이럴까요 [5] 개념less2041 09/03/29 2041
52876 네로로 DVD를 굽고있는 오류가 납니다. 스타카토2469 09/03/29 2469
52874 국민의례와 관련되어서 질문 있어요... 잘가라장동건1910 09/03/29 1910
52873 피파 온라인 2 질문입니다. 사귀자그래요2087 09/03/29 2087
52872 핸드폰 군정지 질문드립니다. [4] 방패연6202 09/03/29 6202
52871 서울에서 혼자 놀러 갈 만한 곳 있을까요? [5] 귀여운호랑이4075 09/03/29 4075
52870 Explorer 8 질문입니다 [3] Magic_'Love'1902 09/03/29 1902
52869 핸드폰 가격이 떨어질까요..? [5] 핸드레이크2090 09/03/29 2090
목록 이전 다음
댓글

+ : 최근 6시간내에 달린 댓글
+ : 최근 12시간내에 달린 댓글
맨 위로