I need to have a list of selectable options from a drop-down, with each option in the dropdown having a little text poping up when I do a mouse over. I tried this:
I thought I could use the title attribute in the <option> tag but that doesn't seem to work. Any ideas?
I know there is no straight way to do this. I am thinking about calling a javascript function on mouseover of one of the options. But I also need the tool-tip text to be dynamic(coming from an existing db query). Any thoughts?