日期:2014-05-16  浏览次数:20379 次

jQuery不兼容的问题怎么去修改,特别是IE7!急急急急急。。。谢谢!
以下是两种浏览器的代码显示:
IE7:
<TD class="" field="selected" sizcache="39" sizset="1" jQuery1610548588716380662="25">
<DIV class=datagrid-cell style="WIDTH: 188px" jQuery1610548588716380662="29">
<SPAN>选择</SPAN>
<SPAN class=datagrid-sort-icon>&nbsp;</SPAN></DIV></TD>

Firefox:
<td class="" field="selected">
<div class="datagrid-cell" style="width: 28px;">
<span>选择</span>
<span class="datagrid-sort-icon"> </span>
</div>
</td>


------解决方案--------------------
问题是你的代码是怎么写的?
------解决方案--------------------
楼主没有设置列宽,设置下就好了