I am using the Jquery UI Autocomplete plugin for a straight forward search term suggestion tool. It is up and running with no problems except that I cannot move the results box. I basically need to move it 20 pixels to the left and 4 pixels down. I have attempted to overwrite the Jquery UI CSS, but have not been able to reposition the box.
Any help from someone experienced with this issue would be greatly appreciated.
Here’s one way you could do it, tapping into the
openevent and changing the position of the menu when that event occurs:I’m also using the
appendTooption to make finding theulthat contains the menu easily. You could do it without this option though.Here’s a working example: http://jsfiddle.net/9QmPr/