Nothing whatsoever to do with ASP.
All a matter of HTML and JavaScript and what the browser is capable of.
And you can't use ONMOUSEOVER with the <OPTION>s of a <SELECT>.
So if you really want to do this, you'll have to use something *OTHER* than a standard <SELECT>. Use DHTML to simulate a drop down list, perhaps.
Not too hard, but requires an understanding of JavaScript and HTML.
|