请问:怎样给font增加背景颜色?
<font style= ' '>
<xsl:choose>
<xsl:when test= "$fc> 1 ">
<xsl:attribute name= "backgroundcolor "> red </xsl:attribute>
<xsl:attribute name= "color "> #AAFFAA </xsl:attribute>
</xsl:when>
<xsl:otherwise>
</xsl:otherwise>
</xsl:choose>
<xsl:value-of select= "format-number(number($d1), '.00 ') "/>
</font>
上面语句 <xsl:attribute name= "backgroundcolor "> red </xsl:attribute> 不起作用
[解决办法]
background-color这样
xml不大懂
css里的话就是background-color
js里的话是backgroundColor