ul.ui-autocomplete (that displays autocomplete results) is position: absolute (from jquery-ui.css) but has element style top: 0px and left: 0px. The results are hiding under my position: fixed header.
How can I move result list to below input? I shouldn't have to resort to jquery to modify the dom structure.
ul.ui-autocomplete (that displays autocomplete results) is position: absolute (from jquery-ui.css) but has element style top: 0px and left: 0px. The results are hiding under my position: fixed header.
How can I move result list to below input? I shouldn't have to resort to jquery to modify the dom structure.
Thanks Amanda