Chris is right but some browsers, IE notably, don't support the title attribute on options. Last time I needed this in an IE only environment I used window.createPopup to show a small window, fired by the onmouseover of the select element. This might not work if the user has popups disabled though.
--
Joe (
Microsoft MVP - XML)