웹표준 코딩에서 키피라이터 이미지 처리 문제 문의합니다.
테이블할 때에는 괜찮은데..
웹표준 코딩된 것을 테이블 처리하듯 상,하단 구분 후에 설정 저장 후 테스트하니 하단의 카피라이터 이미지는 현재 고정 위치가 되어버렸네요.
게시판은 글쓰기할 세로크기가 유동적으로(특히 리스트 상태나 글 볼 때) 변화기에 테이블로 할 경우는 자동으로 하단의 카피라이터 이미지가 밑으로 내려갔는데 웹표준 코딩의 div 는 그게 아니더군요.ㅡㅡ;
리스트나, 글씨기 할 때나 글 볼 때에 세로로 크기가 커질 때마다 하단의 카피라이터를 밑으로 내려가게할려면 어떻게하나요?
이것저것해보아도 잘 안되네요.
고수님들 답변주세요.
아래는 웹페이지 소스 입니다.
-------------------------- 소스 나갑니다. ------------------------------------
[상단 파일]
<?
include_once("./_common.php");
include_once("$g4[path]/subhead.sub.php");
$g4['title'] = "";
?>
include_once("./_common.php");
include_once("$g4[path]/subhead.sub.php");
$g4['title'] = "";
?>
<div id="container">
<!-- 헤더 부분--->
<!-- 헤더 부분--->
<div id="header">
<div id="gnb_box">
<div id="gnb_logo"><br/><img src="<?=$g4['path']?>/images/logo.png" width="280" height="107" class="png24" alt="시크릿로고"/></div>
<div id="gnb_rightsetbox">
<div id="gnb_space"></div>
<? include_once("$g4[path]/topmenu.php"); ?>
<div id="gnb_box">
<div id="gnb_logo"><br/><img src="<?=$g4['path']?>/images/logo.png" width="280" height="107" class="png24" alt="시크릿로고"/></div>
<div id="gnb_rightsetbox">
<div id="gnb_space"></div>
<? include_once("$g4[path]/topmenu.php"); ?>
<div id="gnb_nav"><script>flash_p('<?=$g4['path']?>/swf/menu.swf', 614, 80);</script></div>
</div>
</div>
</div>
<div id="subtop">
<script>flash_p('<?=$g4['path']?>/swf/subtopflash.swf', 997, 231);</script>
</div>
<!--서브 레이아웃 부분--->
<div id="left_05">
<div id="left_menu"><script>flash_p('<?=$g4['path']?>/swf/left_menu05.swf', 213, 390);</script></div>
</div>
<div id="subcontent">
<div id="subcontent-area">
<div id="nav"><img src="<?=$g4['path']?>/images/nav_05.gif"></div>
<div id="subcontens">
</div>
</div>
</div>
<div id="subtop">
<script>flash_p('<?=$g4['path']?>/swf/subtopflash.swf', 997, 231);</script>
</div>
<!--서브 레이아웃 부분--->
<div id="left_05">
<div id="left_menu"><script>flash_p('<?=$g4['path']?>/swf/left_menu05.swf', 213, 390);</script></div>
</div>
<div id="subcontent">
<div id="subcontent-area">
<div id="nav"><img src="<?=$g4['path']?>/images/nav_05.gif"></div>
<div id="subcontens">
[하단파일]
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 사용자 화면 우측과 하단을 담당하는 페이지입니다.
// 우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.
?>
// 우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.
?>
<!-- 카피라이트 시작 -->
</div>
</div>
</div>
<div id="footer"><img src="<?=$g4['path']?>/images/copy.gif" width="1000" height="55" alt="카피라이터"/></div>
</div>
</div>
<!-- 카피라이트 끝 -->
<?
include_once("$g4[path]/tail.sub.php");
?>
include_once("$g4[path]/tail.sub.php");
?>
---------------------------------------css 소스 ----------------------------------
@charset "utf-8";
/* CSS Document */
html, body {
height: 100%;
/**margin,padding설정은 화면에 container를 가득채웠을때,스크롤바를 제거하기 위함(기본은 여백잡힘)*/
margin: 0px;
padding: 0px;
background-image: url(images/bg.jpg);background-repeat: no-repeat;background-repeat :repeat-x;
}
/**margin,padding설정은 화면에 container를 가득채웠을때,스크롤바를 제거하기 위함(기본은 여백잡힘)*/
margin: 0px;
padding: 0px;
background-image: url(images/bg.jpg);background-repeat: no-repeat;background-repeat :repeat-x;
}
div,dl,dt,dd,ol.p,h1,h2,h3,h4,h5,h6,form {margin: 0px;padding: 0px;}
img {border:0;vertical-align:top;}
ul {list-style:none;padding:0;margin:0;}
ul,ol.dl{list-style:none}
.png24 {tmp:expression(setPng24(this));}
.png24 {tmp:expression(setPng24(this));}
/* 레이아웃 큰박스 속성 */
#container {
#container {
width: 1000px;
/*html과 body에 height 100%를 주었음으로, 여기도 100%가능*/
height: 100%;
/*박스의 중앙정렬*/
margin: auto;
text-align : left;
}
/*html과 body에 height 100%를 주었음으로, 여기도 100%가능*/
height: 100%;
/*박스의 중앙정렬*/
margin: auto;
text-align : left;
}
#header {
float:left;
width:1000px;
height: 130px;
position: relative;
}
float:left;
width:1000px;
height: 130px;
position: relative;
}
#subtop {
float: left;
width: 997px;
height:231px;
position: relative;
float: left;
width: 997px;
height:231px;
position: relative;
}
/* 회사소개 */
#left_01_01 {
#left_01_01 {
float: left;
width: 213px;
height:760px;
position: relative;
}
width: 213px;
height:760px;
position: relative;
}
#left_menu {
float: left;
width: 213px;
position: absolute;
left:0px;
top:-79px;
z-index:1;
}
float: left;
width: 213px;
position: absolute;
left:0px;
top:-79px;
z-index:1;
}
/* 조직도 */
#left_01_02 {
float: left;
width: 213px;
height:600px;
position: relative;
}
width: 213px;
height:600px;
position: relative;
}
#left_02_01 {
float: left;
width: 213px;
height:2850px;
position: relative;
}
width: 213px;
height:2850px;
position: relative;
}
#left_02_02 {
float: left;
width: 213px;
height:930px;
position: relative;
}
width: 213px;
height:930px;
position: relative;
}
/* 스텔스 */
#left_03_01 {
#left_03_01 {
float: left;
width: 213px;
height:1650px;
position: relative;
}
width: 213px;
height:1650px;
position: relative;
}
#left_03_02 {
float: left;
width: 213px;
height:350px;
position: relative;
}
width: 213px;
height:350px;
position: relative;
}
#left_04 {
float: left;
width: 213px;
height:1700px;
position: relative;
}
width: 213px;
height:1700px;
position: relative;
}
/* 견적문의 */ --->견적문의 게시판 css 입니다.
#left_05 {
#left_05 {
float: left;
width: 213px;
height: 300px;
position: relative;
}
width: 213px;
height: 300px;
position: relative;
}
#left_menu {
float: left;
width: 213px;
position: absolute;
left:0px;
top:-79px;
z-index:1;
}
float: left;
width: 213px;
position: absolute;
left:0px;
top:-79px;
z-index:1;
}
#subcontent {
float:right;
width: 784px;
position: relative;
text-align : left;
width: 784px;
position: relative;
text-align : left;
}
#subcontent #subcontent-area {
/*위에 떠있는 header에 가려지는 것을 방지하기 위해서, header의 높이만큼 padding-top값을 부여*/
padding-top: 3px;
/*내용이 footer에 겹치는 것을 방지하기 위해서 footer의 높이만큼 padding-bottom값 부여*/
padding-bottom: 55px;
/*위에 떠있는 header에 가려지는 것을 방지하기 위해서, header의 높이만큼 padding-top값을 부여*/
padding-top: 3px;
/*내용이 footer에 겹치는 것을 방지하기 위해서 footer의 높이만큼 padding-bottom값 부여*/
padding-bottom: 55px;
}
#footer {
width: 1000px;
position: relative;
clear: both;
float: left;
}
clear: both;
float: left;
}
/* 상단 박스 속성 */
#gnb_box {float:left;width:1000px;height:130px;}
#gnb_logo {float:left;width:386px;height:130px;}
#gnb_rightsetbox {float:left;width:614px;height:130px; position:relative;}
#gnb_logo {float:left;width:386px;height:130px;}
#gnb_rightsetbox {float:left;width:614px;height:130px; position:relative;}
#gnb_topmenu {float:left; height:27px; margin-top:23px; position:absolute; z-index:5; right:0;}
#gnb_topmenu li{float:left;}
#gnb_topmenu li{float:left;}
#gnb_nav {float:left;width:614px;height:80px; position:absolute; z-index:100; top:50px;}
/* 좌측 박스 속성 */
#left_flash {float:left;width:213px;}
#left_flash {float:left;width:213px;}
/* 우축 박스 속성 */
#subcontents {
float:left;
}
#subcontents {
float:left;
}
#subcontents #subcontens01 {
width: 784px;
height: 765px;
height: 765px;
position: relative;
text-align : center;
}
text-align : center;
}
#contents #contens02 {
width: 784px;
padding-left:14px
position: relative;
text-align : center;
}
position: relative;
text-align : center;
}
/* CSS Document */
댓글 2개
13년 전
소스!를 올려보시면 더 좋을 거 같습니다.
13년 전
저도
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7730 | 10년 전 | 1294 | ||
| 7729 | 10년 전 | 1105 | ||
| 7728 |
잘살아보자
|
10년 전 | 572 | |
| 7727 |
잘살아보자
|
10년 전 | 465 | |
| 7726 |
잘살아보자
|
10년 전 | 800 | |
| 7725 |
잘살아보자
|
10년 전 | 530 | |
| 7724 |
잘살아보자
|
10년 전 | 439 | |
| 7723 |
잘살아보자
|
10년 전 | 507 | |
| 7722 |
잘살아보자
|
10년 전 | 444 | |
| 7721 |
잘살아보자
|
10년 전 | 484 | |
| 7720 |
잘살아보자
|
10년 전 | 425 | |
| 7719 |
비긴어게인
|
10년 전 | 673 | |
| 7718 |
|
10년 전 | 2507 | |
| 7717 |
잘살아보자
|
10년 전 | 636 | |
| 7716 |
잘살아보자
|
10년 전 | 380 | |
| 7715 |
잘살아보자
|
10년 전 | 409 | |
| 7714 |
잘살아보자
|
10년 전 | 456 | |
| 7713 | 10년 전 | 1756 | ||
| 7712 | 10년 전 | 1687 | ||
| 7711 | 10년 전 | 1070 | ||
| 7710 | 10년 전 | 1361 | ||
| 7709 | 10년 전 | 1493 | ||
| 7708 | 10년 전 | 1444 | ||
| 7707 | 10년 전 | 838 | ||
| 7706 |
별지기천사
|
10년 전 | 555 | |
| 7705 | 10년 전 | 1053 | ||
| 7704 |
ICONdesignstudio
|
10년 전 | 596 | |
| 7703 | 10년 전 | 568 | ||
| 7702 |
|
10년 전 | 694 | |
| 7701 | 10년 전 | 1391 | ||
| 7700 | 10년 전 | 1086 | ||
| 7699 | 10년 전 | 566 | ||
| 7698 | 10년 전 | 1116 | ||
| 7697 | 10년 전 | 5124 | ||
| 7696 | 10년 전 | 623 | ||
| 7695 | 10년 전 | 1660 | ||
| 7694 | 10년 전 | 1030 | ||
| 7693 | 10년 전 | 1525 | ||
| 7692 | 10년 전 | 1262 | ||
| 7691 | 10년 전 | 793 | ||
| 7690 | 10년 전 | 1371 | ||
| 7689 | 10년 전 | 992 | ||
| 7688 | 10년 전 | 584 | ||
| 7687 |
파랑새1597
|
10년 전 | 563 | |
| 7686 | 10년 전 | 811 | ||
| 7685 | 10년 전 | 1329 | ||
| 7684 | 10년 전 | 780 | ||
| 7683 | 10년 전 | 1037 | ||
| 7682 | 10년 전 | 953 | ||
| 7681 | 10년 전 | 628 | ||
| 7680 | 10년 전 | 974 | ||
| 7679 | 10년 전 | 475 | ||
| 7678 | 10년 전 | 702 | ||
| 7677 | 10년 전 | 604 | ||
| 7676 |
|
10년 전 | 926 | |
| 7675 |
|
10년 전 | 1131 | |
| 7674 | 10년 전 | 1033 | ||
| 7673 | 10년 전 | 732 | ||
| 7672 | 10년 전 | 1077 | ||
| 7671 | 10년 전 | 857 | ||
| 7670 | 10년 전 | 623 | ||
| 7669 |
mashmellow
|
10년 전 | 1213 | |
| 7668 | 10년 전 | 694 | ||
| 7667 | 10년 전 | 970 | ||
| 7666 |
senseme
|
10년 전 | 631 | |
| 7665 | 10년 전 | 485 | ||
| 7664 | 10년 전 | 1878 | ||
| 7663 |
mixx애교
|
10년 전 | 965 | |
| 7662 | 10년 전 | 1018 | ||
| 7661 |
hkhkah
|
10년 전 | 772 | |
| 7660 | 10년 전 | 1044 | ||
| 7659 |
커네드커네드
|
10년 전 | 912 | |
| 7658 |
바람돌이팡
|
10년 전 | 646 | |
| 7657 | 10년 전 | 1149 | ||
| 7656 | 10년 전 | 1548 | ||
| 7655 | 10년 전 | 958 | ||
| 7654 |
개발짜증나
|
10년 전 | 843 | |
| 7653 |
네이비칼라
|
10년 전 | 874 | |
| 7652 |
밥먹고합시다
|
10년 전 | 795 | |
| 7651 |
플라이SINJI
|
10년 전 | 1495 | |
| 7650 |
개발짜증나
|
10년 전 | 1390 | |
| 7649 | 10년 전 | 437 | ||
| 7648 |
이미영ㅇㅇ
|
10년 전 | 852 | |
| 7647 | 10년 전 | 414 | ||
| 7646 | 10년 전 | 778 | ||
| 7645 | 10년 전 | 2289 | ||
| 7644 | 10년 전 | 796 | ||
| 7643 |
|
10년 전 | 2851 | |
| 7642 | 10년 전 | 1495 | ||
| 7641 | 10년 전 | 1112 | ||
| 7640 |
개발짜증나
|
10년 전 | 460 | |
| 7639 |
|
10년 전 | 802 | |
| 7638 |
개발짜증나
|
10년 전 | 1112 | |
| 7637 | 10년 전 | 1528 | ||
| 7636 | 10년 전 | 2891 | ||
| 7635 | 10년 전 | 1670 | ||
| 7634 | 10년 전 | 1844 | ||
| 7633 | 10년 전 | 2308 | ||
| 7632 | 10년 전 | 3908 | ||
| 7631 |
|
10년 전 | 1515 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기