<TR style="display: none"></TR>中的内容在火狐显示不正常
<TRclass="tableRow1"id="policyMemoTR"style="display:none"><THclass="formTitle"align="...
<TR class="tableRow1" id="policyMemoTR" style="display: none">
<TH class="formTitle" align="right" width="20%">特殊政策说明</TH>
<TD class="formContent" colspan="3" id="policyMemo">
这是为什么呢? </TD>
</TR> 展开
<TH class="formTitle" align="right" width="20%">特殊政策说明</TH>
<TD class="formContent" colspan="3" id="policyMemo">
这是为什么呢? </TD>
</TR> 展开
3个回答
展开全部
您好!很高兴为您答疑!
注意表头书写格式:
<table border="1"><tr><th>Company</th><th>Address</th></tr><tr><td>Apple, Inc.</td><td>1 Infinite Loop Cupertino, CA 95014</td></tr></table>
您可以在火狐社区了解更多内容。希望我的回答对您有所帮助,如有疑问,欢迎继续在本平台咨询。
注意表头书写格式:
<table border="1"><tr><th>Company</th><th>Address</th></tr><tr><td>Apple, Inc.</td><td>1 Infinite Loop Cupertino, CA 95014</td></tr></table>
您可以在火狐社区了解更多内容。希望我的回答对您有所帮助,如有疑问,欢迎继续在本平台咨询。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<table border="1">
<tr>
<th>Company</th>
<th>Address</th>
</tr>
<tr>
<td>Apple, Inc.</td>
<td>1 Infinite Loop Cupertino, CA 95014</td>
</tr>
</table>
标准写法
你的<tr>里面怎么既有th 又有td 那这一行到底是不是表头呢?
<tr>
<th>Company</th>
<th>Address</th>
</tr>
<tr>
<td>Apple, Inc.</td>
<td>1 Infinite Loop Cupertino, CA 95014</td>
</tr>
</table>
标准写法
你的<tr>里面怎么既有th 又有td 那这一行到底是不是表头呢?
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
怎么个不正常法?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |