Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Re: 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/9/2006 9:00:00 AM Hi Dhanvanth, Thankyou verymuch. It works perfectly...! Is it possible to show this tooltip at Row level, instead of column level? J Justin "Dhanvanth" wrote: > > 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 | |||
|
