下面的示例适用于 chrome 和 fire fox。两者都将文本呈现为红色。为什么IE9会失败?
这是一个例子:
<style>
.tableX td
{
color:red;
}
</style>
<table class='tableX'>
<tr>
<td>
My Text
</td>
</tr>
</table>
下面的示例适用于 chrome 和 fire fox。两者都将文本呈现为红色。为什么IE9会失败?
这是一个例子:
<style>
.tableX td
{
color:red;
}
</style>
<table class='tableX'>
<tr>
<td>
My Text
</td>
</tr>
</table>