首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

问个关于colgroup的有关问题,请大家帮忙

2012-02-09 
问个关于colgroup的问题,请大家帮忙。tablecolgroupcolstyle color:Yellowwidth:100px/colstyle

问个关于colgroup的问题,请大家帮忙。
<table>
<colgroup>
<col   style= 'color:   Yellow;   width:   100px; '   />
<col   style= 'color:   Red;   width:   120px; '   />
<col   style= 'color:   Green;   width:   150px; '   />
</colgroup>
<tbody>
<tr>
<td> Yellow </td>
<td> Red </td>
<td> Green </td>
</tr>
</tbody>
</table>

上面一段代码,在IE上三个TD的文字分别显示为三种颜色,但在Firefox上却全部显示是黑色。
如何可以让firefox也得到和ie上一样的效果啊?

[解决办法]
貌似没有比较好的解决办法

热点排行