I have make autocomplete combobox using jquery , I want the list to slid down and fade like the dropdown list here http://semantic-ui.com/modules/dropdown.html
I have tried to change opacity of the menue list from 0 to 1 , but still not working. this is what I have tried : http://jsfiddle.net/DohaHamdan/v05210xL/17/
<div style="padding:10px">
<select data-Jquery-autocomplete='true'>
<option value="PHP">PHP</option>
<option value="Python">Python</option>
<option value="Ruby">Ruby</option>
<option value="Scala">Scala</option>
<option value="Scheme">Scheme</option>
</select>
</div>
second issue that when I hovering to the selected item it become gray
thank you:)
.ui-state-focus
. You can change it to the color that you want in your css file.