리스트스킨에서

리스트스킨에서

QA

리스트스킨에서

본문

리스트 스킨인데요  인터넷창 키웟다 줄였다하면

제목부분만 퍼센트로 움직이는거 같아요.. 고정값으로 줄수없을까요??ㅠ

 

 

 

 

 

 

 

<form name="fboardlist" method="post">
    <input type='hidden' name='bo_table' value='<?=$bo_table?>'>
    <input type='hidden' name='sfl'  value='<?=$sfl?>'>
    <input type='hidden' name='stx'  value='<?=$stx?>'>
    <input type='hidden' name='spt'  value='<?=$spt?>'>
    <input type='hidden' name='page' value='<?=$page?>'>
    <input type='hidden' name='sw'   value=''>


    <table width="100%" border=0 cellspacing="0" cellpadding="0" class="board_list">
    <col width="40" /><? if ($is_checkbox) { ?><col width="40"  /><? } ?><col />
   <? if ($approver_id <> "false") {?> <col width="120" /><?}?>
 <col width="120" />
 <col width="100" />
 <col width="150" />
 <col width="150" />
    <col width="60"  />
    <col width="400" />
 <col width="70" />
 <col width="70" />
 <col width="50" />
 <col width="30" />
    <? if ($is_good) { ?><col width="40" /><? } ?>
    <? if ($is_nogood) { ?><col width="40" /><? } ?>
    <tr>
        <th>번호</th>
        <? if ($is_checkbox) { ?><th><input onclick="if (this.checked) all_checked(true); else all_checked(false);" type="checkbox"></th><?}?>
        <th align>제   목</th>
  <th>생산발주일</th>
  <th>납기예정일</th>
  <th>제품코드</th>
  <th>업체명</th>
  <th>제품명</th>
  <th>발주수량</th>​

이 질문에 댓글 쓰기 :

답변 1

<table width="100%" border=0 cellspacing="0" cellpadding="0" class="board_list">

100%를 테이블 전체 가로 수치를 입력해보세요.​ 

넓이를 다 더하라는 말씀이신가요?

1400인데
<table width="1400"
으로해도 제목부분만 퍼센트로 움직여요 ㅜㅜ

웹창 줄였다 늘리면 제목부분빼고는 고정값같은데
왜 제목부분은 움직이는지 ㅠ.ㅠ

이게 테이블안에 테이블이 있어서 그런가요...

전체 소스보여드릴게요.. 혹시 제목말고 전체 필드를 퍼센트로 움직일수있나요~?


<table width="<?=$width?>" align="center" cellpadding="0" cellspacing="0"><tr><td>

<? if ($approver_id <> "false") { ?>
<div class="tab_line m1">
<ul>
<?
if($wr_1==""){$wr_1="Progress";}
if ($wr_1=="Progress"){echo "<li class='m1'>";}else{echo "<li class='m2'>";} echo "<a href='$g4[bbs_path]/board2.php?bo_table=approval&sca=%EC%83%9D%EC%82%B0&wr_1=Progress&approver_id=$approver_id'><span>대기중</span></a></li>";
if ($wr_1=="Approve"){echo "<li class='m1'>";}else{echo "<li class='m2'>";} echo "<a href='$g4[bbs_path]/board2.php?bo_table=approval&sca=%EC%83%9D%EC%82%B0&wr_1=Approve&approver_id=$approver_id'><span>결재완료</span></a></li>";
if ($wr_1=="Return"){echo "<li class='m1'>";}else{echo "<li class='m2'>";} echo "<a href='$g4[bbs_path]/board2.php?bo_table=approval&sca=%EC%83%9D%EC%82%B0&wr_1=Return&approver_id=$approver_id'><span>반송</span></a></li>";



// if ($ca_name=="출고"){echo "<li class='m1'>";}else{echo "<li class='m2'>";} echo "<a href='$g4[bbs_path]/board.php?bo_table=approval&ca_name=출고'><span>테스트</span></a></li>";
//echo $sql;
?>
</ul>
</div>
<?} else {?>

<div class="tab_line m1">
<ul>
<?

if ($ref_check==""){echo "<li class='m1'>";}else{echo "<li class='m2'>";} echo "<a href='$g4[bbs_path]/board2.php?bo_table=approval&sca=%EC%83%9D%EC%82%B0&ref_check=&approver_id=$approver_id'><span>참조리스트</span></a></li>";
if ($ref_check=="ok"){echo "<li class='m1'>";}else{echo "<li class='m2'>";} echo "<a href='$g4[bbs_path]/board2.php?bo_table=approval&sca=%EC%83%9D%EC%82%B0&ref_check=ok&approver_id=$approver_id'><span>확인완료</span></a></li>";
//echo $sql;
?>

</ul>
</div>

<?}?>
    <!-- 제목 -->
    <form name="fboardlist" method="post">
    <input type='hidden' name='bo_table' value='<?=$bo_table?>'>
    <input type='hidden' name='sfl'  value='<?=$sfl?>'>
    <input type='hidden' name='stx'  value='<?=$stx?>'>
    <input type='hidden' name='spt'  value='<?=$spt?>'>
    <input type='hidden' name='page' value='<?=$page?>'>
    <input type='hidden' name='sw'  value=''>


    <table width="100%" border=0 cellspacing="0" cellpadding="0" class="board_list">
    <col width="40" />
<? if ($is_checkbox) { ?><col width="40"  /><? } ?><col />
    <? if ($approver_id <> "false") {?> <col width="120" /><?}?>
<col width="120" />
<col width="100" />
<col width="150" />
<col width="150" />
    <col width="60"  />
    <col width="400" />
<col width="70" />
<col width="70" />
<col width="50" />
<col width="30" />
    <? if ($is_good) { ?><col width="40" /><? } ?>
    <? if ($is_nogood) { ?><col width="40" /><? } ?>
    <tr>
        <th>번호</th>
        <? if ($is_checkbox) { ?><th><input onclick="if (this.checked) all_checked(true); else all_checked(false);" type="checkbox"></th><?}?>
        <th>제&nbsp;&nbsp;&nbsp;목</th>
<th>생산발주일</th>
<th>납기예정일</th>
<th>제품코드</th>
<th>업체명</th>
<th>제품명</th>
<th>발주수량</th>

<? if ($approver_id <> "false") {?><th>진행사항</th><?}?>
        <th>상신자</th>
        <th><?=subject_sort_link('wr_datetime', $qstr2, 1)?>날짜</a></th>
        <th><?=subject_sort_link('wr_hit', $qstr2, 1)?>조회</a></th>
        <? if ($is_good) { ?><th><?=subject_sort_link('wr_good', $qstr2, 1)?>추천</a></th><?}?>
        <? if ($is_nogood) { ?><th><?=subject_sort_link('wr_nogood', $qstr2, 1)?>비추천</a></th><?}?>
    </tr>

답변을 작성하시기 전에 로그인 해주세요.
전체 38
QA 내용 검색

회원로그인

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