473,385 Members | 1,337 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

What is the max length of tool tip

190 100+
Hi

can any one say what is the maximum display length of Toot tip (that is we given as title in href)
Nov 21 '08 #1
4 8443
Markus
6,050 Expert 4TB
You know, I don't believe there is one..

Strange question.

Why do you ask?
Nov 21 '08 #2
serdar
88
It's browser dependant. Check it out yourself with the test below:

Expand|Select|Wrap|Line Numbers
  1. <?php
  2.     $titleLength=100; //set the length of the title here
  3.  
  4.     for($i=0;$i<$titleLength-3;$i++) {
  5.         $title.='x';
  6.     }
  7.     $title.="END";
  8. ?>
  9. <html>
  10.     <head></head>
  11.     <body>
  12.         <p><span title="<?php echo $title; ?>">test</span></p>    
  13.     </body>
  14. </html>
Nov 21 '08 #3
maheswaran
190 100+
Actually i have a requirement to display the description in tool tip..

clearly i want to display a description in user table. If descritpion goes more than 50 chars then i should display like below

description (upto 50) ....

then total description should display in onmouse over or tool tip.....

But tool tip is not displaying fully...
Nov 24 '08 #4
serdar
88
then total description should display in onmouse over
How about coding a custom tooltip box with javascript, so that you can style it to your needs and get rid of the default one-line tooltips of browsers.
Nov 24 '08 #5

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

Similar topics

3
by: farialima | last post by:
Hello, My wife is taking care of a non-profit, and she asked me to help her set up an extranet for the the members. I've promissed I'd be done before the end of the year... now I have to deliver...
17
by: owen | last post by:
Your opinion please! Do end-users know, think they know, or even care, what .NET is.? Do customers hear the word ".NET" and think its the latest thing and must only have .NET applications,...
2
by: snorman816 | last post by:
Hi, O/R mapping tools!! a well known name in software development/Object-to-relational database system and certainly there are nice number of vendors working on this technology. I have found...
4
by: KennethBohman | last post by:
Hi everybody, What installer/deployment tool are you all using? I've been struggeling with the built-in tools since .NET came out, but after too many hits in the head and I'm running out of...
2
by: Kalle Anke | last post by:
I'm confused of how I should document my code, I've always liked being able to document my code directly in my source file and then to use some tool to extract the documentation to some other...
10
by: Adam Warner | last post by:
Hi all, With this structure that records the length of an array of pointers as its first member: struct array { ptrdiff_t length; void *ptr; };
2
by: Mike Stephens | last post by:
What reporting tool comes with VS .NET 2003
1
by: Pradeep | last post by:
Hi All, I am facing an issue where length method of std::string class gives a junk value when used in a expression. Here's an example. The code should not go into the for loop but it does...
5
by: Jas11 | last post by:
I want to build python software and applications. What build tool do you think i should use?Please Help Me!!!!!!!!!
4
by: danomano | last post by:
The code below works fine. As of now I just set the buffer length real big and all is good. However, I hate the impreciseness of that. So my question in general is how do I know what length to...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.