Tooltips

  • Thread starter Thread starter Peter Hurford
  • Start date Start date
P

Peter Hurford

Hi,

You know when you hover over an image, the image's ALT tag appears as
a tooltip?

Well, does anyone know how to get a tooltip to appear over an "Option"
element? (again, to fire when the mouse hovers over the particular
option)

Target platform is IE5.5, but I could probably force the users to use
IE6 if needs be.

TIA,
Pete
 
I'm not sure it would help you all that much.

Option is a standard html element. It is the building block of list boxes.
 
Back
Top