3.2.0

Is it possible to show dynamic tool tip for Combo box

I have a problem with showing dynamically tooltip for the combo box as the mouse is moved over the expanded list. There seems to be no event handler for the options of the combo box.
Does anyone have suggestions.

Iam working with IE. There seems to be a event handler for the same introduced with NN6

Regards,
Dilip
Dilip
April 22,
There is no tooltip for the Combo box.
InonI
May 3,
use 'title' tag instead of alt. It works

Regards
Ravi Katre
Ravi Katre
May 5,
Sorry Dilip, there is no tool tip for Combo box... in my previous answer I thought it is for Check Box.

But in VB it is possible to show Tool tip on Combo Box and on list box.

Regards
Ravi Katre
Ravi Katre
May 5,
you can wrap a combo with a div.
set the div title attribute as you would have set the combobox.
and onmouseover combo bubble event to parent div.
its not compatible in all browsers.
InonI
May 5,

This topic is archived.

See also:


Back to support forum