Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - How to show tooltip on XSL >Thread Next - Re: How to show tooltip on XSL Re: How to show tooltip on XSLTo: NULL Date: 6/2/2006 10:21:00 AM J Justin wrote: > In the following code, how to show tooltip of the column "DetailedDescr" when > user moves mouse on "description" column? > > <xsl:for-each select="results/bulletin"> > <tr> > <td valign="top" nowrap="nowrap"><xsl:value-of > select="reported"/></td> > <td align="center" valign="top" nowrap="nowrap"><xsl:value-of > select="pri_string"/></td> > <td valign="top"><xsl:value-of select="description"/></td> > </tr> > </xsl:for-each> > > Sorry...I am very new to XSLT. > > J Justin To insert the title attribute in xslt just add a xsl:attribute inside the element you wish to add a tooltip to. eg: <td valign="top"> <xsl:attribute name="title" >Whatever tooltip you want here</xsl:attribute> ..... </td> -Dhanvanth | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
