ToolTip like text for a <SELECT> list

R

Ron Lounsbury

I have a customer who has requested that I add "popup" text (a la ToolTips)
to a couple of pulldown lists in a DHTML form we have in our project. He
says - Just use the ALT tag. I went and double checked, and the ALT
property only shows up for the IMG tag. Can anyone help me with how to
implement this? What they want is some amplification to the list
selections.

TIA
Ron Lounsbury
 
B

Boris Nikolaevich

Not an ASP question.

I do know that for IE the "title" attribute works for most elements and
gives exactly what you're after.
 
D

Dave Anderson

Ron Lounsbury said:
I have a customer who has requested that I add "popup" text
(a la ToolTips) to a couple of pulldown lists in a DHTML
form we have in our project.

This is one suggestion:
http://overlib.com/
He says - Just use the ALT tag. I went and double checked,
and the ALT property only shows up for the IMG tag. Can
anyone help me with how to implement this?

As noted elsewhere, TITLE is the proper attribute for offering advisory
information about the element. Note, however, that there is no requirement
on the user agent that this be implemented as a popup (or tooltip) --
although most are implemented that way:
http://www.w3.org/TR/html4/struct/global.html#adef-title
What they want is some amplification to the list selections.

What do you mean by "amplification"? Is this possibly a more fitting
solution for you?
http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/optgroup.asp

Here is a sample:
http://www.tantek.com/HTML4/OPTGROUP.html


--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.
 
P

PB4FUN

Try using a layer with transparent image above it.
Use the ALT tag in the IMG tag of the transparent image.

Meindert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,094
Messages
2,570,615
Members
47,230
Latest member
RenaldoDut

Latest Threads

Top