위치 문의 드립니다

 제목하고 날짜가 한줄에 있지 않고 띄어져 있습니다. 유독이 윈도우 익스플로러에서만 그런 현상이 나타납니다.. 어떻게 해야 하나요 ?

 

http://www.kduflight.com/?page_id=2001

좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
  • 2

  • <link rel="stylesheet" href="<?=$skin_path?>/style.css">
    <style>
    div.kboardoutline {
     padding-top: 15px;
     font-size: 13px;
    }

    ul.test1:hover {
        background-position: 0-20px;
     float: right;
     height: 20px;
     width: 60px;}
    table.table1 {
     border-top-width: 0px;
     border-right-width: 0px;
     border-bottom-width: 0px;
     border-left-width: 0px;
     margin: 0px;
     padding: 0px;
    }
    td.kboard-latest-title, td.kboard-latest-date {
     border-top-width: 0px;
     border-right-width: 0px;
     border-bottom-width: 2px;
     border-left-width: 0px;
     padding: 1px;
     text-align: left;
     border-bottom-style: dotted;
     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 10px;
     margin-left: 0px;

     
    }

    tr.kboard-latest-tr {
     border-top-width: 0px;
     border-right-width: 0px;
     border-bottom-width: 0px;
     border-left-width: 0px;
     margin: 0px;
     padding: 0px;
    }
    .kboardoutline a {
     text-align: right;
    }
    .kboardoutline .table1 tbody .kboard-latest-tr .kboard-latest-title .cut_strings div .icon-caret-right a li {
     text-align: left;
     font-size: 12px;
    }
    .kboardoutline .table1 tbody .kboard-latest-tr .kboard-latest-title
    .cut_strings { width: 150px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
    </style>
    <div class="kboardoutline">


    <table class="table1">
     
    <tbody>
       <?php while($content = $list->hasNext()):?>
     <tr class="kboard-latest-tr">
        <td  class="kboard-latest-title"><div class="cut_strings">
          <div align="left"><i class="icon-caret-right"><a href="<?=$url->set('uid', $content->uid)->set('mod', 'document')->toStringWithPath($board_url)?>">
             <li><?=$content->title?></li>
                    
            </a></i></div>
        
        </div></td>
        <td class="kboard-latest-date"><?=date("Y.m.d", strtotime($content->date))?></td>
       </tr>
           <?php endwhile;?>
         
     
     </tbody>
     </table>
     
     
        </div>

     

  • 테이블에 새로운 스타일 클래스를 입력하셨네요.

    높이가 일정치 않아서 생기는 문제같은데요. 

    kboard-latest-title, kboard-latest-date 클래스에 height 값을 입력해보시는건 어떨까요?

  • 높이값 설정해도 되질 않습니다 ㅠㅠ 어떡해 해야죠 ??

워드프레스 에러 기술지원 서비스 전문가에게 맡기세요