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

请教:怎样给font增加背景颜色

2012-02-13 
请问:怎样给font增加背景颜色?fontstylexsl:choosexsl:whentest $fc 1 xsl:attributename b

请问:怎样给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

热点排行