테스트 사이트 - 개발 중인 베타 버전입니다

jqgrid 가 인터넷익스플로러, 크롬에 따라 다르게 나타나오네요 채택완료

brian10121 4년 전 조회 3,075

위와 같이 같은사이트인데도 다르게 나오는데 어떻게 수정해야하나요?

</strong></p>

<p><strong>    <th>이름</th>

                <td colspan="8">

                    

                    

                    <input type="text" name="w2" id="w2" class="w2" value="<?php echo $w2; ?>" />

                    <button type="button" id="btn_submit" class="btn_submit">search</button>

                    <button type='button' id='reset'>Reset</button>

                    <button type="button"  onclick="prInt('excel');" >Excel</button>

                    <button type="button"  onclick="prInt('pdf');" >PDF</button>

                    <?php if ($write_href) { ?>

                        <button type="button" class="wri" onclick="location.href='<?php echo $write_href ?>';">New</button>

                    <?php } ?>

                </td>

            </tr>

            <tr></strong></p>

<p><strong>                

                <th>Search</th>

                <td colspan="4">       

                <select name="sfl" id="sfl" class="sfl">

                        <?php echo option_str($sfl_t,$sfl_v,$sfl); ?>

                    </select>

                    <input type="text" name="stx" id="stx" class="stx" value="<?php echo $stx; ?>" size="20" />

                

                <th> 완료일</th>

                       <td colspan="4"> 

                    <input type="text" name="fd10" id="fd10" class="width70" value="<?php echo $fd10; ?>" /> ~

                    <input type="text" name="td10" id="td10" class="width70" value="<?php echo $td10; ?>" /></strong></p>

<p><strong>                </td>

                    

                

                    

                

                </td></strong></p>

<p><strong>             

                

            </tr></strong></p>

<p><strong>            <tr>

            

                <th>Condition</th>

                 <td colspan="5">       

        

                    <!-- <select name="w1" id="w1"><?php echo option_str("==선택==".$wr1_t,$wr1_k,$w1); ?></select> -->

                    <?php

                    $wr1_t = substr($wr1_t,1);

                    $wr1_k = substr($wr1_k,1);

                    echo checkbox($wr1_t,$wr1_k,$w1,'w1');

                    ?>

                    </td>

                

                <td colspan="2">       

            </strong></p>

<p><strong>

 

댓글을 작성하려면 로그인이 필요합니다.

답변 2개

채택된 답변
+20 포인트
Big1
4년 전

Search 가 있는 tr에 

</td> 하나가 잘못된 것 같습니다

쌍을 잘 맞춰보세요

<tr>

<th>Search</th>

<td colspan="4"></td><!-- 아래 /td 이동-->

<th>완료일</th>

<td colspan="4"></td>

</td>

</tr>

 

크롬은 똑똑해서 자기가 알아서 보정하여 제대로 보이는 것 같고요 

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

b
brian10121
4년 전
그렇게하니 인풋박스가 위로 올라가요 ㅠㅠ

댓글을 작성하려면 로그인이 필요합니다.

해피정
4년 전

위의것이 익스

밑의것이 크롬 이겠군요.

 

익스는 2021년 7월 1일부터 더이상 서비스 불가능합니다

1년만 참으면 해결될 일이지만...  클라이언트가 아직 익스를 사용한다면 해결이 되어야 겠죠

 

checkbox 라는 함수를 만들어서 사용중이군요

그것의 내용을 올려보는게 좋겠습니다

질문 내용으로는 답변을 드릴수가 없네요

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인