A tooltip is a small message, helping to understand the underlying content, often a button, a selection or link.

learn more… | top users | synonyms

0
votes
0answers
19 views

Bing Style Tooltips with JQuery

I was just wondering if anyone knows of a jQuery tooltips plugin that works in a similar way to the tooltips on the Bing home page http://www.bing.com/ If you hover over the image, 4 semi transparent ...
0
votes
0answers
12 views

jQuery Tools - Multiple Tooltips opened at the same time?

I've successfully managed to install multiple tooltips on a webpage using jQuery Tools Tooltip pluggin. The problem is that they don't stay open when another one is opened. I can make them stay open ...
0
votes
0answers
21 views

Add tooltips to chart in visual studio

I am working in visual studio 2010 (vb) sp1, Sql server 2012. table is an entity and has 3 properties: name, Coulmn1, Coulmn2 Code ControlChart.DataSource = table ...
1
vote
1answer
15 views

Change Tooltips with Nimbus

I'm trying to change globaly the size of my tooltips. I'm using : UIManager.put("ToolTip.font", new Font("SansSerif",Font.PLAIN,25)); Which work just fine in general. But in my case, I'm using ...
0
votes
0answers
18 views

jQuery draggable snap to 4 corner of the screen and when clicked it expand like Menu or Tooltips with html code inside

Any idea how to let jQuery draggable button snap to 4 corner of the screen and when clicked it expand like Menu or Tooltips with html code inside. I want this function also to work on iPhone/iPad when ...
0
votes
1answer
31 views

Unable to find a control by name

I'm writing an app in C# and one of the requirements is to programmatically localize the text/tooltips of the UI. I am reading in the locale info from XML into a variable. I need to be able to ID the ...
0
votes
0answers
18 views

Disable Default Tooltip Behavior in Custom Tooltip Script

I have a custom script which displays what I want exactly as expected. The problem is, when my custom tooltip is active, the default tooltip, the one with yellow box; As you can see...there is no ...
0
votes
1answer
35 views

Populate tooltip container with inline content?

How do I reference to look for tooltips on a same page? Currently i have the following which references an external file, but what needs to change so it knows to look on the same page? ...
0
votes
3answers
41 views

Bootstrap Tooltips showing like Regular HTML Tooltips

I've tried everything, popups show great, but tooltips just show like a regular HTML tooltip. This is what I have in my code HTML <th rel="tooltip" title="Number of calls made to our ...
0
votes
1answer
32 views

Mootools absolute TIP positioning

I need to position a Mootool events calendar inside an Iframe. Unfortunately the tool tip which appears on a date with events, get always cut by the boundary of the Iframe. How can I set the tooltip ...
0
votes
0answers
75 views

Adding D3 zoom and tipsy tooltips on SVG and displaying on mobile

I'm adding a zoom via D3 and tooltips via tipsy onto an SVG created in illustrator. This is working well for me in a browser. However, on an iPhone, the tooltips do not function, as the touch is ...
1
vote
1answer
74 views

setToolTipText is not showing the tool tip

I used this code in constructor of my class. public CheckComboBox() { comboBox.addMouseListener(new MouseAdapter() { @Override public void mouseEntered(MouseEvent ...
0
votes
1answer
33 views

jQuery UI tooltips generating positioning of -27000px

I'm using jQuery UI tooltips on a dynamic WordPress site with Gravity Forms to create tooltips for checkboxes. I've managed to pull in all the dynamic info using standard jQuery and got everything ...
0
votes
1answer
45 views

Rails 3.2 bootstrap can't style tooltip

I have bootstrap-sass installed in my Rails 3.2 app. I can get bootstrap to work properly, including javascript and the (elusive) tooltips. But I cannot get the tooltips styling to work. this is the ...
0
votes
2answers
19 views

Tooltip follow element/spot

I have some problem about CSS tooltip. Ok let me explain, let's say i have to picture. One picture on left top corner and the other right top corner of browser. When i point my mouse to left corner ...
0
votes
0answers
41 views

CSS tooltip on hotspots within image?

Can anyone tell me how to add a CSS tooltip to an image with multiple hotspots? Or point me in the direction of a relevant tutorial? I would like the tooltip to display on hover and upon clicking the ...
0
votes
2answers
76 views

How can i expand a textfield when it's in focus and when it's out of focus it should collapse?

I want to use a text field which will expand when the user enters some data and when the user is done editing and move out of text field than it should collapse. After that when ever user focus on ...
-1
votes
1answer
37 views

Jquery - Convert contents of html element to another element

I want to convert many elements of the same class into some other element. Let me explain... I have multiple instances of this this HTML on my page: <td>FirstName LastName <span ...
1
vote
1answer
50 views

MFC tooltips, GetDlgItemText does not return the text to use for tooltip

I recently have been adding tooltips to each dialog item in my application. Prior to adding each to a string resource I wanted to do it in hardcoded text so I can change it easily as I am writing ...
0
votes
1answer
39 views

Win32 tooltip appears on the top of the screen when it goes out on the bottom

I am using my own tooltip to display quick help about a currently selected item in my autocomplete listbox used in my editor. Just like VS does it for source code editor, when a new selection happens, ...
0
votes
1answer
133 views

Accordion inside tooltip popbox area doesn't appear

In my html page, i had a tooltip content(built by css element only without javascript). i intend to insert a single accordion content(built by css only too) that scroll up when it's clicked, inside ...
0
votes
2answers
83 views

How can i loop through bootstrap tooltips forever using jQuery?

I have some thumbnails on my site, that use Twitters Bootstrap tooltips to display the name of each thumbnail, what i'm trying to do is loop through each one, with a delay of say 2 seconds showing the ...
3
votes
1answer
233 views

MFC tooltips only show up on special occasions

I have been tasked with assigning tooltips to each item in a configuration menu. I have completed "adding" the tooltip to each control on the page, but it seems sometimes the tooltip shows up and ...
0
votes
1answer
49 views

Display tooltips on controls on a PropertyPage. Crashes when returning TRUE to ON_NOTIFY_EX( TTN_NEEDTEXT…)

I have a class class CCfgUserPage : public CPropertyPage Which also owns various controls, from check boxes to text areas. I would like to add tooltips to each control, and seem to be having ...
0
votes
1answer
65 views

qtips2 results in a blank screen rather than tooltips being shown in IE9

I have a MVC application that makes extensive use of qtips2 for showing bubble tooltips. The content that is being shown includes Cufon fonts. The tooltips are showing perfectly in Chrome, Firefox and ...
0
votes
1answer
94 views

tool tip? I need pop up text to appear under each image

What I am trying to do is have three pop up boxes that appear under each image with different text in each of them when I hover over each of the three images on the webpage but every time I hover over ...
0
votes
0answers
47 views

How to create somthing like this in wpf c#

I want to create something in WPF & XAML like the picture in the link below, to use in validation errors. Please help me :) (PopUp, Tooltip ...) ...
0
votes
2answers
797 views

CSS- styling bootstrap tooltips - arrow

i'm trying styling tootltips using .tooltip-inner{} But i'm having troubles cause i can't find how to style tooltip small arrow. As shown on screenshot the arrow of the tooltip is black i want to ...
0
votes
0answers
56 views

In Dojo, how can I drawing custom markers at data points?

I'm using Dojo for drawing my charts. I need to draw an overlay at certain points. Almost like a tooltip that’s always shows. It can be a stack of values or an icon that display above, below or next ...
1
vote
1answer
256 views

Show tooltip content when its hovers

i am using this Tooltips with Just CSS this is great. i am using this tool-tip to show big size images, but the problem is, this tool-tips makes my website slower because this used to load all the ...
0
votes
1answer
180 views

jQuery UI multiple selectable tooltips are collapsing

I'm new to jQuery UI. I'm trying to create a selectable jQuery UI tooltip. The tooltip is associated with the links on a page. When the link is surrounded by just text, it works fine. But when there ...
1
vote
1answer
68 views

How to offset & prevent tooltip(s) from passing the bottom edge of a page?

I'm trying to figure out what to add to this script to prevent the tooltip from going past the edge of the bottom of my page. Any help and your time is much appreciated thanks. ...
0
votes
1answer
29 views

Navigation Tool Tip Wrong Place

I created tooltip arrows for this navigation. They show up on hover but they also show up in the bottom of the drop down. I am wondering what code is keeping them there! Here is the code i am using ...
0
votes
0answers
453 views

How to customize primefaces bar chart axis label and tooltip?

I am using primefaces bar chart to show the trend of connection counts which are collected once per minute across a day. So I have a array of Integer(length is 1440), I want to build a bar chart from ...
1
vote
0answers
187 views

Highcharts Bar Chart Tooltips multiple content panes brake in FireFox

I created an application that uses a content panes. Each page loads in the master content pane and others open in a tab format, so the user can flip back and forth and does not have to reload the ...
1
vote
0answers
54 views

Cargo Collective and Tooltipster

I've tried to look all over for some kind of guidance but I'm really not sure what to do. I've come to this site a lot for previously answered questions but couldn't find anything concerning cargo and ...
0
votes
0answers
219 views

Change position of Tooltipster tooltip on image map

I'm using jQuery Tooltipster tooltips with an image map but can't quite get it to behave properly. The tooltips pop up, but in the top left corner of my browser. Using the "offset" option in the ...
1
vote
2answers
504 views

I need to add a predelay to jQuery UI Tooltips but can't seem to figure it out

I need to add a predelay on my jQuery UI tooltips. I am using the most recent version (1.9) and would like the tips to open 2 seconds after they are hovered over. I am calling the tips in my ...
0
votes
0answers
40 views

How do I go about putting foundation buttons in a foundation tooltip?

I am trying to make my website have a login button that you don't have to click on, I want it to be so that when the user hovers over it social network logos show up that are buttons themselves. I am ...
0
votes
1answer
972 views

Bootstrap Tooltip - Not working - At wits end

I can't for the life of me determine why the following does not work. Any help would be appreciated. I've already sourced the StackOverflow areas for this and attempted some of the solutions, but I ...
1
vote
1answer
182 views

Is hover possible in PDF?

I have requirement in which we need to convert html to pdf . Html has track change detail like underline for insertion and strike for deletion. After pdf conversion when the user hover over any of the ...
0
votes
1answer
316 views

How to Show tooltip on multiselect box with jsp?

<div class="span3"> <label>Restaurants <span class="f_req">*</span></label> <select id="rest_id" name="rest_id" ...
0
votes
1answer
100 views

WPF disable tooltips in child elements

Please help me - how can I disable tooltips on child elements in Grid? <Grid x:Name="root"> <Border HorizontalAlignment="Right" VerticalAlignment="Top" ...
0
votes
1answer
71 views

Mootools: how to show tips manually

I would like to show a tooltip by calling it from code. Something like: tips.fireEvent('show', el); or label.fireEvent('mouseover'); The tips are already set and stored on domready and work ...
2
votes
1answer
159 views

Trying to pass validation to my custom tooltip control

I am trying to make a custom tooltip control that is used for TextBoxes. It will look like this: ...except for some pixels that comes from the background components that I have gimped away as good ...
1
vote
0answers
140 views

Tooltips in Eclipse RCP window toolbar menus

I created a window with a toolbar with menus. Now I want menu items to have tooltips, and I did not succeed. I'm on Ubuntu 12.04. What I've already tryed: Set the 'tooltip' for menu contribution ...
0
votes
1answer
170 views

How do I modify the jQuery aToolTip plugin to “flip” to left when approaching the right margin?

I am using aToolTip and need to have the tooltips flip from a normal lower left placement, to a right placement to keep them from going off the page. I did a little research, and with a little help, ...
0
votes
2answers
545 views

bootstrap tooltip shifted right

All was nice, but in one moment tooltips become crazy. http://jsfiddle.net/AJkJa/10/ tooltip should be near of text, but it's on right border. if i set small width, it's will be on this width from ...
1
vote
1answer
206 views

Is it possible to add a custom tooltip on a CMFCToolBarComboBoxButton in a CMFCToolbar?

Is it possible to add a custom tooltip on a CMFCToolBarComboBoxButton in a CMFCToolbar ? I can now use the "default" tooltip text as defined in the resource file, but I cannot find the way to be able ...
1
vote
1answer
385 views

Qt Creator - How can I set the background color of a tooltip to be different than the widget?

I am working on a GUI and I've run into a problem. If I set a button, label, or other widget to have a background color, the tooltip for that widget also takes the same background color. I tried ...

1 2 3 4 5 6