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

위와 같이 같은사이트인데도 다르게 나오는데 어떻게 수정해야하나요?
</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개
Search 가 있는 tr에
</td> 하나가 잘못된 것 같습니다
쌍을 잘 맞춰보세요
<tr>
<th>Search</th>
<td colspan="4"></td><!-- 아래 /td 이동-->
<th>완료일</th>
<td colspan="4"></td>
</td>
</tr>
크롬은 똑똑해서 자기가 알아서 보정하여 제대로 보이는 것 같고요
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인