hey ppls
i hv a list embeded in div . it will be filled by ajax and shown on that time under a text field just like Google Suggest.
All i want to do is to select its options while mouse is moving around its options.
<div id="list" class="hide">
<select multiple=true onmouseover="tell me the script">
</select>
</div>
plz help me
thnx