I am using search autocomplete which uses the core autocomplete which uses jquery to position the autocomplete form.
The html output is along the lines of
<div class="ui-menu ui-autocomplete autocomplete-search" style="top: 500px;left: 10px;width: 200px;>
I beleive these inline styles are generated via jquery. However they are positioning the autocomplete form incorrectly.
Without editing core files how can I override those inline styles?
Thanks