Gymratz
02-17-2010, 09:14 PM
1) Script Title: Sticky Tooltip
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/stickytooltip.htm
3) Describe problem:
Every Tool Tip shows ALL tool tips.
Head Code:
<head runat="server">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://testhelpdesk.ashlandpartners.com/stickytooltip.js">
/***********************************************
* Sticky Tooltip script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<link rel="stylesheet" type="text/css" href="http://testhelpdesk.ashlandpartners.com/stickytooltip.css" />
<title>Touch Points</title>
<style type="text/css">
.style6
{
text-align: left;
}
.style9
{
font-size: x-large;
}
.style11
{
text-align: right;
}
</style>
</head>
Tooltip Code:
<div id="mystickytooltip" class="stickytooltip">
<div style="padding:5px">
<div id="sticky1">
<font face=verdana size=1 color=darkblue><b>Test:</b> Test</font>
</div>
<div id="sticky2">
Sticky Tooptip 2 content here...
</div>
<div id="sticky3">
Sticky Tooptip 3 content here...
</div>
</div>
<div class="stickystatus"></div>
</div>
Where I use:
<asp:RadioButtonList ID="rbl_test" runat="server" ForeColor="#000000" RepeatDirection="Horizontal" data-tooltip="sticky3"
RepeatLayout="Flow">
<asp:ListItem>Once/Year</asp:ListItem>
<asp:ListItem>Twice/Year</asp:ListItem>
<asp:ListItem>When in Area</asp:ListItem>
</asp:RadioButtonList>
Result is an awesome looking tool tip that shows all 3 of my Sticky's (1/2/3).
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/stickytooltip.htm
3) Describe problem:
Every Tool Tip shows ALL tool tips.
Head Code:
<head runat="server">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://testhelpdesk.ashlandpartners.com/stickytooltip.js">
/***********************************************
* Sticky Tooltip script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<link rel="stylesheet" type="text/css" href="http://testhelpdesk.ashlandpartners.com/stickytooltip.css" />
<title>Touch Points</title>
<style type="text/css">
.style6
{
text-align: left;
}
.style9
{
font-size: x-large;
}
.style11
{
text-align: right;
}
</style>
</head>
Tooltip Code:
<div id="mystickytooltip" class="stickytooltip">
<div style="padding:5px">
<div id="sticky1">
<font face=verdana size=1 color=darkblue><b>Test:</b> Test</font>
</div>
<div id="sticky2">
Sticky Tooptip 2 content here...
</div>
<div id="sticky3">
Sticky Tooptip 3 content here...
</div>
</div>
<div class="stickystatus"></div>
</div>
Where I use:
<asp:RadioButtonList ID="rbl_test" runat="server" ForeColor="#000000" RepeatDirection="Horizontal" data-tooltip="sticky3"
RepeatLayout="Flow">
<asp:ListItem>Once/Year</asp:ListItem>
<asp:ListItem>Twice/Year</asp:ListItem>
<asp:ListItem>When in Area</asp:ListItem>
</asp:RadioButtonList>
Result is an awesome looking tool tip that shows all 3 of my Sticky's (1/2/3).