Mouseover option of select for IE

后端 未结 3 822
忘了有多久
忘了有多久 2021-01-19 01:22

I\'m using IE7. I want to have show a description in the page for each option in the select box when the mouse is over the option. So as starting I wrote the code which show

3条回答
  •  别那么骄傲
    2021-01-19 01:50

    If you want the description to show up on mouseover, not on change, I think it's better to use tooltips. That can be done with HTML's title attribute, no JS needed.

    Example:

    
    
    

提交回复
热议问题