473,480 Members | 1,542 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

The entire (long) ToolTip does not show up in Mozila FireFox

13 New Member
Hi All:)

I am working on a mozilla fire fox, i gave a toolTip to the texBox using 'title' atrribute but still the entire tooltip msg does not shows up, b'coz it's too long..but i really need to do so..plz help
Jul 9 '07 #1
2 1840
acoder
16,027 Recognized Expert Moderator MVP
If you have a long tooltip, consider using DHTML instead of the title attribute.
Jul 9 '07 #2
Romulo NF
54 New Member
If the title attribute is too long, the browser usually puts "..." and limits the amount of characters!

You can try making your own tooltip like acoder said!
Try something like:

Expand|Select|Wrap|Line Numbers
  1. .tooltip {display:block; position:relative; text-decoration:none}
  2. .tooltip em {display:none;}
  3. .tooltip:hover em {display:block; padding:3px; border:2px groove #fff; width:auto; position:absolute; background:#aaa; color:#fff; text-decoration:none; top:15px; left:30px}
  4.  
How to use:

Expand|Select|Wrap|Line Numbers
  1. <a class="tooltip" href="#">This is my link<em>This is my css tooltip. I can style it the way i want!</em></a>
  2. More text here to test the css
  3.  
Jul 9 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

6
403
by: ltt19 | last post by:
HI everyone, So, I have many buttons, and all of them must show a tooltip with the same string, except one word, that I must read this owrd from a variable. Although, the "ToolTip on x" property...
3
2095
by: Dennis | last post by:
I have implemented the ToolTip class for a user control that inheirits from the panel. I show different tool tips depending on where the mouse is on the control when the hover event occurs. ...
0
1264
by: Ken Soenen | last post by:
I have a button that has a ToolTip and it is disabled (Button1.Enabled=False). When I put the cursor on it, the ToolTip does not display. How do I get the ToolTip to show for a disabled control?...
2
39718
by: Paul E Collins | last post by:
How can I show a tooltip programmatically? I want to make it appear over a particular control at the specific time I choose, and not rely on the user's mouse movements. I don't mind using some...
4
3764
by: juergen | last post by:
Hello everyone, I want to display a help text when in help mode in my application. Something like a tooltip. Now my application is a taskbar deskband and so not everything works what normally...
5
9793
by: =?Utf-8?B?cGV0ZTE5Njk=?= | last post by:
I use Visual Studio 2005 and created a very simple Form with one button. I added a Tooltip for that button. It shows fine the first time I hover over that button. But if I let it disappear by the...
2
2034
by: emm | last post by:
Hi guyz! I am stuck with this. I have a textarea. My program functions well only with short texts. Data will be sent and save on the database--MSSQL Server properly. But when I copy data from MS...
3
2574
omerbutt
by: omerbutt | last post by:
hi there i have downloaded a prototype tooltip from http://www.nickstakenburg.com/projects/prototip/ the logic it uses is to call the script after creating the <div> for example i am using the...
16
2747
by: Charles Law | last post by:
I have to take this personally now. Tooltips have been flakey since the dawn of .NET, but to still have to put up with a disappearing tooltip in VS 2008 is getting beyond a joke. Tooltips have...
0
7041
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6908
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7084
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
6929
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5337
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4779
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
2995
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2984
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
563
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.