Click to See Complete Forum and Search --> : need urgent help:combobox problem:display of items


keerthi
08-26-2005, 08:43 AM
hi

i have a problem with the combo box.The items listed are not visible fully in the combo beocz the strings are lengthy.it gets cutted after a particular length.

so i thought of giving tooltip for the combo box items.can anyone help me in this.i am sure that there is no alt in combo box property.

help!!!

keerthi

NogDog
08-26-2005, 11:00 AM
Theoretically you could do this using the title attribute (http://www.w3.org/TR/html4/struct/global.html#adef-title) within the option tags, but (big surprise) IE does not appear to support this for that tag, though it works fine in Firefox.