Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 31st, 2007, 01:29 AM
Registered User
 
Join Date: Aug 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default tool tip in xsl

Hi,

I would like to add a tooltip as "Click Here" near the "country selection" button.Can anyone guide me reg this.

<table width="152" border="0" cellspacing="0" cellpadding="0">
        <tr>
<td onMouseOver="snapLeftMenuLayer();prepareLayer()">
<a href="javascript:;">
<img name="regionArrow" src="/scybernet2/image/country_selection_button.gif" border="0"/>
</a>
</td>
</tr>
</table>

 
Old August 31st, 2007, 02:08 AM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

I fail to see the relevance to XSLT, seems like an HTML question...
You just add a title attribute (and possibly an alt one as well) with the text you want to appear.

--

Joe (Microsoft MVP - XML)
 
Old August 31st, 2007, 03:58 PM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

If you know what HTML you want to generate, then it should be easy to write the XSLT code to produce it. If you don't know what HTML you want to generate, then you have an HTML problem and not an XSLT problem.



Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference





Similar Threads
Thread Thread Starter Forum Replies Last Post
Tree Tool Tip lathika ASP.NET 2.0 Basics 4 July 5th, 2007 10:14 AM
Tool Tip MunishBhatia ASP.NET 2.0 Professional 2 May 11th, 2007 05:39 PM
Tool tip in PropertyGrid somannacg .NET Framework 1.x 3 August 4th, 2006 07:29 AM
Tool tip in PropertyGrid somannacg C# 0 July 6th, 2006 03:44 AM
How can set Tool Tip in runtime [email protected] Crystal Reports 2 April 26th, 2004 04:23 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.