묻고답하기

boardex  게시판을 수정해서 사용중입니다.

 

겔러리 모드로 해서 수정중인데 제목길이를 벗어납니다.

 

엡솔루트로 잡아주지도 않았습니다만 이렇게 나오는 이유를 모르겠습니다. ㅠㅠ

 

dd.JPG

 

 

이렇게 벗어나 버립니다.

 

 

소스입니다.

==========================================================================

  <tr class="bg1">
   <td colspan="{$_col_count}" class="thumbnailBox">

    <!--// 갤러리 목록 출력 -->

    <!--@foreach($document_list as $no => $document)-->
     {@$document->category_srl=$document->get('category_srl');}
     <!--@if($module_info->use_category == "N" || !$document->category_srl || $category_list[$document->category_srl]->grant)-->
      {@
       $document->last_update=$document->get('last_update');
       $document->readed_count=$document->get('readed_count');
       $document->voted_count=$document->get('voted_count');
       $document->blamed_count=$document->get('+ '+ 'blamed_count');
       $document->member_srl=$document->get('member_srl');
       $document->reward_point=round($document->get('reward_point')/2);
       $document->reward_srl=$document->get('reward_srl');
       $is_grant = $grant->view && (!$document->isSecret() || $document->isGranted());
      }

      <div class="cell">
                        <div class="cell_ok">
       <div>
                            <a href="{$document->getExtraValue(1)}" onclick="window.open(this.href);return false;">
       <!--@if($document->thumbnailExists($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type))-->
        <img src="{$document->getThumbnail($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type)}" border="0" alt="" class="thumb"/>
       <!--@else-->
        <img src="./images/common/noimg.png" border="0" alt="" class="thumb" width="{$module_info->thumbnail_width}" height="{$module_info->thumbnail_height}" />
       <!--@endif-->
       </a>
                            </div>

       <!--@if($grant->manager || $arr_display_var['readed_count'+ '] == 'Y' || $arr_display_var['voted_count'] == 'Y' || $arr_display_var['blamed_count'] == 'Y')-->
       <div class="readAndRecommend">
        <!--@if($grant->manager)-->
         <span class="checkbox"><input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" {$document->isCarted()?'checked="checked"':''} />&nbsp;</span>
        <!--@endif-->
        <!--@if($arr_display_var['readed_count'] == 'Y')--><span>R({$document->readed_count})</span><!--@endif-->
       </div>
       <!--@endif-->
       <div class="info">
        <!--@foreach($extra_key_list as $val)-->
         <div class="extravalue">
          <!--@if($is_grant || $module_info->display_secret_extravalue=='Y')-->{$document->getExtraValueHTML($list_config[$val]->idx)}<!--@else-->{$lang->secret}<!--@endif-->
         </div>
        <!--@endforeach-->
        <!--@if($arr_display_var['title'] == '+ 'Y')-->
        <div class="title">
         <!--@if($document_srl == $document->document_srl)--><img src="./images/common/arrowNextB2.gif" border="0" alt="" /><!--@end-->
         <a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
        </div>
        <!--@endif-->
       </div>
                        </div>
      </div>
     <!--@endif-->
    <!--@endforeach-->

    <div class="clear"></div>
   </td>
  </tr>

 

=========================================================

css 입니다.

 

================================================================

@charset "utf-8";
 
 /* bodexList gallery */
.bodexList .thumbnailBox {vertical-align:middle; text-align:center;}
.bodexList .thumbnailBox .cell { float:left; margin:2px; display:block}
.bodexList .thumbnailBox .cell .cell_ok { position:relative; width:155px}
.bodexList .thumbnailBox .info .extravalue {height:10px; font:11px Tahoma;}

 

 

============================================================

 

 

 

 

 

 

 

 

이유가 도무지 뭔지 모르겠습니다. 벼래별 짓을 해서 테이블로도 바꿔서 넓이 고정해봐도 증상은 같습니다. bb

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
초보자 php5 업그레이드 하는게 좋나요. [1] 2008.11.21 by 센세이션
에디터관리 위지윅 에디터 비활성 문제 [2] 2008.11.21 by 센세이션
보라생이 게시판 생성이 안되네요.. [1] 2008.11.21 by 센세이션
*이종민* 페이지 문제(ㅠㅠ) [2] file 2008.11.21 by *이종민*
승호리 head 부분 수정 하는 곳이 어디인가요? [3] file 2008.11.21 by earthhero.me
Kemist 플래닛 생성시 중복되는 모듈명? [3] 2008.11.21 by Kemist
김진교369 게시판 밖으로 나가는 이미지 file  
맥문동 파일첨부용량 설정 문제 [2] file 2008.11.21 by 맥문동
위피 파일 첨부시 100%에서 사라지는 현상 [5] 2008.11.21 by 위피
JEDI ajax 를 쓰지않는 이유가 있는지요.. [2] 2008.11.21 by findwind
루플라이 생초보.입니다. 도메인 주소때문에 문의드립니다. [3] 2008.11.21 by findwind
racre 관리자페이지에 관해 질문이요.  
초보684 XE vs Zero4 [3] 2008.11.21 by 초보684
어려움 접속이 않되네요.... [4] 2008.11.21 by 백성찬
하디 페이지 저장이 안됩니다. [6] file 2008.11.21 by 하디
TaeGuNi 레이아웃 xml에 관한 질문  
kangho 게시판 권한을 모두 해제 했는데...... [2] 2008.11.22 by 바보
왜만지냐 홈페이지 모듈 외부페이지 적용문제 [2] 2008.11.22 by 왜만지냐
kim index.php 첫 페이지 연결 문제.  
미무 subversion 업데이트 오류 ㅠ_ㅠ