473,396 Members | 2,018 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,396 software developers and data experts.

Tooltip on Dropdown (Combo Box)

M P
Hi!

I have posted this since last week but receive no response. I really need
this to run on my system. I use ASP (not .NET) for my web applications. I
use IE6 SP1 for all my clients. Since title attribute doesn't work on
IE6SP1, I cant get the tool tip running. I use tooltip to lessen the
dropdown width. Hope you could help me solve my problem.

regards,

M P
May 2 '06 #1
4 2374

M P wrote:
Hi!

I have posted this since last week but receive no response. I really need
this to run on my system. I use ASP (not .NET) for my web applications. I
use IE6 SP1 for all my clients. Since title attribute doesn't work on
IE6SP1, I cant get the tool tip running. I use tooltip to lessen the
dropdown width. Hope you could help me solve my problem.

regards,

M P


Yes, you got two responses. The most important of which is that you
cannot do what you want. Tool tips do not work in IE6. The other
reply pointed out to you that this is not an ASP question. It's an html
question. You are in the wrong group. In future, please make sure you
post to the correct group, and have the courtesy to check your post for
replies.

Oh, and replies will appear here - not in your email. (I'm probably
wasting my time....)

--
Mike Brind

May 2 '06 #2
M P
please refer me to the right group so that I will not be cross posting some
questions. If tooltips in IE is not possible, can you refere to me
alternatives?

"Mike Brind" wrote:

M P wrote:
Hi!

I have posted this since last week but receive no response. I really need
this to run on my system. I use ASP (not .NET) for my web applications. I
use IE6 SP1 for all my clients. Since title attribute doesn't work on
IE6SP1, I cant get the tool tip running. I use tooltip to lessen the
dropdown width. Hope you could help me solve my problem.

regards,

M P


Yes, you got two responses. The most important of which is that you
cannot do what you want. Tool tips do not work in IE6. The other
reply pointed out to you that this is not an ASP question. It's an html
question. You are in the wrong group. In future, please make sure you
post to the correct group, and have the courtesy to check your post for
replies.

Oh, and replies will appear here - not in your email. (I'm probably
wasting my time....)

--
Mike Brind

May 2 '06 #3

"M P" <MP@discussions.microsoft.com> wrote in message
news:AF**********************************@microsof t.com...
please refer me to the right group so that I will not be cross posting some questions. If tooltips in IE is not possible, can you refere to me
alternatives?

"Mike Brind" wrote:


The only alternative I know of is to implement it yourself using a text,
button and a div absolutely positioned under the text, button pair.

Since you are using IE only you might consider using HTCs although I prefer
a purely Javascript approach.

Probably the best place to get help with the javascript approach is:-

microsoft.public.scripting.jscript

Anthony.

May 2 '06 #4
Since this is an html question, you should be looking at html news
groups. alt.html is one such.

With regard to tool tips, there might be something you can do with
javascript. You will have to see if google can help you can find
something. Otherwise, I suggest you redesign your UI. If you can only
squeeze two characters into the text value of your selection list, it
must be pretty cramped.

--
Mike Brind

M P wrote:
please refer me to the right group so that I will not be cross posting some
questions. If tooltips in IE is not possible, can you refere to me
alternatives?

"Mike Brind" wrote:

M P wrote:
Hi!

I have posted this since last week but receive no response. I really need
this to run on my system. I use ASP (not .NET) for my web applications. I
use IE6 SP1 for all my clients. Since title attribute doesn't work on
IE6SP1, I cant get the tool tip running. I use tooltip to lessen the
dropdown width. Hope you could help me solve my problem.

regards,

M P


Yes, you got two responses. The most important of which is that you
cannot do what you want. Tool tips do not work in IE6. The other
reply pointed out to you that this is not an ASP question. It's an html
question. You are in the wrong group. In future, please make sure you
post to the correct group, and have the courtesy to check your post for
replies.

Oh, and replies will appear here - not in your email. (I'm probably
wasting my time....)

--
Mike Brind


May 2 '06 #5

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

Similar topics

1
by: SHYAM SUNDAR E G | last post by:
hi, I want to display tooltip when Hovered on the Combo Box. like, once if we click on the combo, displays all items in the Combo, when i move the mouse on each item, it has to display the tooltip...
6
by: Rey | last post by:
Howdy, all. Appreciate your help. Have a one to many relation between a client and visit table. In the visit subform, I have a visittype and counselor field which are comboboxes. If I set...
3
by: Charles | last post by:
I am trying to add the ability for a user to change the order in which the elements are listed in a dropdown list box. Before I added the ListID field the dropdown list box order was controlled...
7
by: Nicolae Fieraru | last post by:
Hi All, I am trying to change the rowsource of a combobox when I click on it. I played with many events, associated with the form and the combobox, but still haven't figured out what is the way...
1
by: RICHARD BROMBERG | last post by:
I have a form with a combo box. It is in the first Tab Stop when the form opens. The dropdown area should be immediately below the combo box as all others on the form, but it isn't. The...
4
by: fat | last post by:
I have a drop down combo box that displays a list of customers , and the list is growing.. I would like to click the dropdown arrow and have a List box in a new form open, then i can choose a...
0
by: Jake Montgomery | last post by:
I am using .NET 2.0 forms and running on Windows XP SP2. When I have a tooltip on a combo box, and the combo box is expanded (“dropped down”) using the arrow, it will no longer display it’s...
1
by: kashifsulemani | last post by:
Combo Box DropDown Style. A combo box is bound to a data table field name. When combo box has simple / drop down style then bound is successful. Other hand if Combo box has drop down list...
0
by: NandiniRamesh | last post by:
When I click combo box in Form control (Developer tab-insert menu), dropdown box is coming. if i write coding for combo box, it is not working and i do not know the coding for dropdown. if i try...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: 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...
0
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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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
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...

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.