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
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.