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 July 14th, 2008, 04:10 AM
Authorized User
 
Join Date: Jul 2008
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to create a tooltip

i have to create a mouse over tooltip as when the user put a mouse over a particular task, a tooltip appears.
For it should i used a rectangle that shows a detials of the tooltip.
What records are shown in tooltip are in xml as:
<Newdata>
<detail>
<idShiftNo>68</idShiftNo>
<strNameJob>BO</strNameJob>
    <idTaskNo1>323</idTaskNo1>
    <TaskStart>2007-01-05T21:15:00+05:30</TaskStart>
    <TaskEnd>2007-01-05T21:55:00+05:30</TaskEnd>
    <TaskName>OS217</TaskName>
    #000000
    <backColorHTML>#C0C0C0</backColorHTML>
    <ToolTip>Task:OS217 STA: 20:30 PaxBkd: 1</ToolTip>
</detail>
</Newdata>

please help me.

 
Old July 14th, 2008, 04:21 AM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 Posts
Default

I am assuming you mean a tooltip on a web page? You don't say.

If you know the HTML you want to produce then tell us and we can help you produce it using XSLT. If you don't know the HTML you want to produce then this isn't a XSLT problem is it.

/- Sam Judson : Wrox Technical Editor -/
 
Old July 14th, 2008, 06:21 AM
Authorized User
 
Join Date: Jul 2008
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanx a lot!!! sir, through html m easily able to do this. :)






Similar Threads
Thread Thread Starter Forum Replies Last Post
Mouse Tooltip in ASP pendemv Classic ASP Components 4 November 21st, 2008 05:21 PM
tooltip interval??? nerssi HTML Code Clinic 5 August 4th, 2006 12:05 AM
tooltip Lucian Ion Javascript How-To 1 August 1st, 2005 10:52 AM
breacking message in a ToolTip chipset Pro VB 6 1 April 12th, 2005 07:45 PM
Tooltip in datagrid lily611 General .NET 11 September 23rd, 2004 04:44 AM





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