firefox表边框颜色问题

时间:2011-06-16 18:20:21

标签: firefox

     <table align="center" width="80%" border="1" cellspacing="0" bordercolor="#95F8FD">
           <tr>
<th width="7%" rowspan="2" align="center">&nbsp;</th>
<th colspan="3" align="center">&nbsp;</th>
<th width="6%" rowspan="2" align="center">&nbsp;</th>
<th colspan="2" align="center">&nbsp;</th>
<th width="30%" rowspan="2" align="center">&nbsp;</th>
<th width="5%" rowspan="2" align="center">&nbsp;</th>
 </tr>

 </table><br>

使用此html块在firefox中无法正确显示边框颜色。但它可以正常使用chrome和IE.shox的问题是什么?

1 个答案:

答案 0 :(得分:0)

您应该使用CSS进行样式设计。除了rowspan和colspan之外,几乎所有其他属性都已被弃用。