Tagged Questions

1
vote
2answers
82 views

Tooltip gets hidden behind controls in IE6!

Hi, While mousing over a particular label in my web application, the tooltip that has to be displayed gets hidden behind the adjacent control, thereby providing less visibility. I …
0
votes
3answers
22 views

Jquery Tooltip for displaying brief details

Can anyone suggest good jquery tooltip to show brief details for small part. i want to show 3-4 lines of details in tool tip.
0
votes
1answer
6 views

How to implement CSS on asp.net MenuControl’s ToolTip

Hi, in my website I have a menucontrol, I want to implement CSS on Tooltip of MenuItem. If any one has any Idea.
1
vote
1answer
7 views

Stop JQuery Tools Tooltip from appearing on undefined title values

<input id="name" name="user[name]" size="30" title="Please enter a valid name." type="text" /> <input id="email" name="user[email]" size="30" type="text" /> $(document …
0
votes
1answer
22 views

Dojo Tooltip appears in top-left corner of the page

I have a Dojo tooltip that's been initialized and it works perfectly find when hovering over the desired node. The problem is that once the tooltip shows up for the first time, wh …
0
votes
1answer
23 views

Another Tooltip question(positioning)

I implemented the Tooltip.Show(String, IWin32Window, Point, Int32) in "OnMouseMove", such that I could specify the position where tooltip is shown, the only problem I have with thi …
0
votes
2answers
33 views

Tooltip not displaying, flashes when control is clicked

I have a check box that is disabled that should be showing a tooltip when hovered over, but instead nothing happens. Once the checkbox is clicked on the tooltip shows momentarily t …
1
vote
2answers
98 views

C#: Problem displaying tooltip over a disabled control

I'm trying to display a tooltip when mouse hovers over a disabled control. Since a disabled control does not handle any events, I have to do that in the parent form. I chose to do …
0
votes
4answers
322 views

Can I set an infinite AutoPopDelay for a tooltip in a .net winform?

I have a requirement to not have the standard .net winform tooltip automatcially hide - that is, I need them to remain visible until the mouse moves off the control that has the to …
0
votes
1answer
13 views

Is it possible to make a tooltip appear on a DotNetNuke menu?

I am running DNN 5.x and the XDMediaBlue skin in horizontal menu full mode. Is there any way to have a tooltip appear for menu items?
0
votes
1answer
22 views

Creating tooltip in Compact Framework

I'm trying to create tooltips for form elements (textboxes, etc) in WinCE 5.0 using the Compact Framework 3.5. I believe the functionality is implemented in the OS but not exposed …
0
votes
1answer
57 views

DIsable tooltip in project

Is there a method to globally disable the tooltips in a .net project Visual studio 2008. We have implemented tooltip in the web apps, but would like to turn it off for testing.
0
votes
2answers
126 views

How can I programmatically show the toolTip on a TextInput when a validator returns “invalid”?

I have a form with a TextInput that has a custom Validator. I call the Validator logic and handle the result programmatically. This all works fine, except for one problem. The Text …
0
votes
1answer
197 views

jQuery: Cascading popups

Hi, I have the following code to display a pop-up div: <a href="#" id="pop1" rel="div#tt1">Click to show popup</a> <div class="popupBlock" id="tt1">My popup con …
1
vote
1answer
34 views

In WPF is there a way to change the position of a tooltip?

I just want the tooltip to appear above the control instead of below. What would be the best way to do this? Thanks!

1 2 3 4 5 8 next
15 30 50 per page