Hi,
I would like to change the text color of (<xsl:value-of select="Descrip tion") onmouseover of image.
the javascript works, it's just that i can seem to get the name correct
<td>
<xsl:value-of select="Descrip tion" disable-output-escaping="yes" />
</td>
<td>
<xsl:element name="asp:image ">
<xsl:attribut e name='id'>ttip_ <xsl:value-of select='@name' /></xsl:attribute>
<xsl:attribut e name='runat'>se rver</xsl:attribute>
<xsl:attribut e name='onmousemo ve'>
<xsl:value-of select="Descrip tion" />.style.color = 'red'; //not ttip_<xsl:value-of select='@name' />.src = "images/Infobig.jpg";//this works
<xsl:attribut e name='class'>ma in</xsl:attribute>
</xsl:element>
Please Assit, Regards
I would like to change the text color of (<xsl:value-of select="Descrip tion") onmouseover of image.
the javascript works, it's just that i can seem to get the name correct
<td>
<xsl:value-of select="Descrip tion" disable-output-escaping="yes" />
</td>
<td>
<xsl:element name="asp:image ">
<xsl:attribut e name='id'>ttip_ <xsl:value-of select='@name' /></xsl:attribute>
<xsl:attribut e name='runat'>se rver</xsl:attribute>
<xsl:attribut e name='onmousemo ve'>
<xsl:value-of select="Descrip tion" />.style.color = 'red'; //not ttip_<xsl:value-of select='@name' />.src = "images/Infobig.jpg";//this works
<xsl:attribut e name='class'>ma in</xsl:attribute>
</xsl:element>
Please Assit, Regards
Comment