[jQuery] [jQuery) IE 7 and select options, click/hover/mouseover

[jQuery] [jQuery) IE 7 and select options, click/hover/mouseover


Hi guys,
I wrote a litte code to get some tooltips in my multiple select box,
if I hover over an option, the tooltip appears -> only in FF2/FF3,
Opera9. IE7 doesn't do anything? Some1 else faced such a problem?
I'm using jQuery 1.2.6 - btw.
ex:
$('#select > option').mouseover(function(){
alert($(this).text());
})
Testcase only, real code does the some thing except that a div is
created.
any help would be appreciated!
thx for reading