If you look at the source code, there is a protected function downArrowButton_buttonDownHandler
it handles the toggling of the visibility of the drop down list. you can call this method on mouseover/mouseout. but remember that it toggles the visibility everytime it is called. - venkat http://www.venkatj.com --- In [email protected], Girish <[EMAIL PROTECTED]> wrote: > > Hi All > > I want to expand the comboBox [Dropdownlist] on mouse over and want to collapse on mouse out. > > default is When we click on dropdown button it expands the list and after selecting an item it collapse. I want to change that, On mouse over i want to expand the dropdown list and on mouse out i want to collapse the list if no selection is made. how can i achieve it... > > Regards > Girish > > > Get the freedom to save as many mails as you wish. To know how, go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html >

