473,654 Members | 2,990 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Tooltips for dummies?

I've got a photo gallery on my client's website, and it has been suggested
that, rather than show the whole thing full-size on one page (about 9 full-
page images), I should put a thumbnails page and link to the big ones.
This makes sense to me, but I see a snag - these pix have fairly
comprehensive captions, and I don't want the thumnails page to be
dominated by captions.

So, I figured tooltips would be cool.

So, I go googling, and there are THOUSANDS of tooltip scripts.

So, how do I pick one? Just try them out one at a time until I stumble
on one I like?

Thanks,
Rich

Jul 8 '08 #1
11 2005
So, I go googling, and there are THOUSANDS of tooltip scripts.
>
So, how do I pick one? Just try them out one at a time until I stumble
on one I like?
Yes, I'm close to the beginning of this path as well. My recommendations
would be:

1. Try them until you find one you really like
2. Test it against as many browsers as you can (I use IE6, IE7, IE8Beta
Firefox, Opera, Safari as a minimum)
3. Go back to (1) if it fails anywhere.

The important step is (2). You don't want to go to the trouble of
setting it all up, and getting everything perfect only to get a deluge
of email telling you that it doesn't work for them.

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
Jul 9 '08 #2


Rich Grise wrote:
So, I figured tooltips would be cool.

So, I go googling, and there are THOUSANDS of tooltip scripts.
For images, none required. Use the title attribute. This will give you
a tooltip in at least MSIE6 and 7, Firefox 1.5, 2, 2/Linux, Opera 9, 9/
Linux and Konqueror.

Jul 9 '08 #3
The title attr appears as a tooltip in all major browsers. Your alt
content appears in MSIE if you don't have a title, so for multi-
browser consistency, you should have a title. The title tooltip
appears for sighted viewers; the alt is for visually impaired
(including search engines).
Jul 9 '08 #4
Rich Grise wrote:
I've got a photo gallery on my client's website, and it has been suggested
that, rather than show the whole thing full-size on one page (about 9 full-
page images), I should put a thumbnails page and link to the big ones.
This makes sense to me, but I see a snag - these pix have fairly
comprehensive captions, and I don't want the thumnails page to be
dominated by captions.

So, I figured tooltips would be cool.
Tooltips are annoying, there is a reason why many applications provide
an option to turn them off or provide a delay before they are displayed.
Tool tips obscure parts of the screen, in a gallery they will obscure
parts of the image they are intended to describe. Also, it isn't
obvious that they are there and users can only see one at a time.

If you want to give your images captions, give them captions.

So, I go googling, and there are THOUSANDS of tooltip scripts.
A better strategy might be to find an image gallery that has tool tips
that you like as see what they use. If you can't find any, there might
be a reason for that (see above).

So, how do I pick one? Just try them out one at a time until I stumble
on one I like?
Perhaps you should first determine what you want them to do, then what
features they need to do that. You will then have some objective
criteria for making a decision. Next you can look at the quality of the
code and go from there. Or write the script yourself, it isn't that hard.
--
Rob
Jul 9 '08 #5
On Jul 9, 3:31*am, Steve Swift <Steve.J.Sw...@ gmail.comwrote:
So, I go googling, and there are THOUSANDS of tooltip scripts.
So, how do I pick one? Just try them out one at a time until I stumble
on one I like?

Yes, I'm close to the beginning of this path as well. My recommendations
would be:

1. Try them until you find one you really like
2. Test it *against as many browsers as you can (I use IE6, IE7, IE8Beta
* * Firefox, Opera, Safari as a minimum)
3. Go back to (1) if it fails anywhere.

The important step is (2). You don't want to go to the trouble of
setting it all up, and getting everything perfect only to get a deluge
of email telling you that it doesn't work for them.

--
Steve Swifthttp://www.swiftys.org .uk/swifty.htmlhttp ://www.ringers.org .uk
I had some good success with Walter Zorn's library:
http://www.walterzorn.com/tooltip/tooltip_e.htm

Jul 9 '08 #6
On Wed, 09 Jul 2008 05:40:35 -0700, MartinRinehart wrote:
Rich Grise wrote:
>So, I figured tooltips would be cool.

So, I go googling, and there are THOUSANDS of tooltip scripts.

For images, none required. Use the title attribute. This will give you a
tooltip in at least MSIE6 and 7, Firefox 1.5, 2, 2/Linux, Opera 9, 9/
Linux and Konqueror.
"TITLE"!!! THAT's IT!!!!! :-) :-) :-) I knew there was _something_ simple,
I just couldn't remember the name of the attribute.

Thanks 10^9. :-)

Cheers!
Rich

Jul 9 '08 #7
Tom Cole wrote:
I had some good success with Walter Zorn's library:
http://www.walterzorn.com/tooltip/tooltip_e.htm
No, you did not.
PointedEars
--
var bugRiddenCrashP ronePieceOfJunk = (
navigator.userA gent.indexOf('M SIE 5') != -1
&& navigator.userA gent.indexOf('M ac') != -1
) // Plone, register_functi on.js:16
Jul 13 '08 #8
Thomas 'PointedEars' Lahn wrote:
Tom Cole wrote:
>I had some good success with Walter Zorn's library:
http://www.walterzorn.com/tooltip/tooltip_e.htm

No, you did not.
What do you mean?

I've also used it and it does what it says it does. In a recent test it
"behaved" itself under IE, Firefox, Opera and Safari.

Andrew Poulos
Jul 14 '08 #9
Andrew Poulos wrote:
Thomas 'PointedEars' Lahn wrote:
>Tom Cole wrote:
>>I had some good success with Walter Zorn's library:
http://www.walterzorn.com/tooltip/tooltip_e.htm
No, you did not.

What do you mean?
You have been deceived. Read the Source, Luke.
I've also used it and it does what it says it does. In a recent test it
"behaved" itself under IE, Firefox, Opera and Safari.
See?
PointedEars
--
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f8************ *******@news.de mon.co.uk>
Jul 14 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2699
by: David Ei | last post by:
I'm working on a C# Windows Forms application that is leaking memory. I've been using the SciTech NetMem Profiler 2 (A really great tool, BTW) to track down leaks. I've found one related to ToolTips that I've been unable to fix. We have a base form, from which we add and remove panels. When created, the panels create tooltips which they associate with themselves. When removed, the panels and their tooltips are Disposed. The disposed...
3
2555
by: Wayne | last post by:
Is anybody aware of other software conflicting with Access and disabling the tool tips. I've had this problem in the past and now have it again after rebuilding my desktop and notebook. Both fail to display tooltips in Access. Windows tooltips display OK. For a given database, the tooltips in Access also display OK on a third machine, which makes me think that some other software that I have installed on the first 2 machines is causing...
1
1834
by: Wayne Aprato | last post by:
Tooltips in Access have not worked on my machine for a long time despite several reinstalls of the operating system and applications at fairly regular intervals. I have finally pinned down the culprit. I have just performed a reformat and reinstallation of all apps and utilites one at a time and checked that tooltips in Access was working after each new application was installed. Acrobat 5 was the culprit. With it installed tooltips...
60
3944
by: K. G. Suarez | last post by:
Hello everyone. I am new to programming and my uncle gave me a copy of "C For Dummies 2nd Edition". I am up to chapter 9 right now. He probably saw me struggling with "The C Programming Language" by Ritchie and Kernigahn and felt bad. Does anyone have experience with this book? I feel that it is helping me along pretty well. But how much will this book teach me? What would be the next book to read?
4
5391
by: Cesario | last post by:
I'm trying to display formatted multi-line text in tooltips. It seems that the newline character works fine whereas the 'tab' character is causing problems and can't display properly. More specifically, when I set the caption of a tooltip to something like "Hello" + vbTab + "there", the tooltip display as "Hello" and the rest of the string is truncated. I've searched the web but haven't seen any solution to this. I've seen people...
4
2860
by: Jeff Beem | last post by:
I have a class that inherits from TreeView. The treeview has tooltips for the nodes but they're showing up behind the form. Has anyone seen this? Are there any known fixes? Thanks in advance, Jeff Beem
21
13612
by: PlainDave | last post by:
Hi, Is there a way to make windows tooltips stay up longer than the default 5 seconds using CSS in a web page? I'd prefer to have it stay visible as long as the mouse is over the "whatever." The reason: I've been creating web pages and using various javascripts for the tooltip popups, and they are fine and very "tweakable." But, I'd prefer to just use the "title" and/or the "alt" attribute and somehow alter it so that viewers to my...
1
2332
by: Robert Smith | last post by:
Hello, I have a Tree that contains tooltips, however when I right click on a node of the tree the context menu covers up the tooltips and it looks rather unprofessional. I wish to hide the tooltips before the context menu is displayed. I have the following code. MyTree_mouseup event
0
8375
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8707
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8482
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8593
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7306
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5622
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4149
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4294
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2714
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.