1) Script Title: Sticky Tooltip
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ckytooltip.htm
3) Describe problem:
Every Tool Tip shows ALL tool tips.
Head Code:
Tooltip Code: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>
Where I use: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>
Result is an awesome looking tool tip that shows all 3 of my Sticky's (1/2/3).Code:<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>



Reply With Quote


Bookmarks