I have a jQuery autocomplete entry that I want to make look more like a "combobox". I set it up so that when the user clicks into the entry it will blank out and do a blank query to show all possible matches.
I want to add a special "down arrow image" inside of the autocomplete entry so that the user knows to click on that arrow like it is a select box arrow. How do I stick this image inside of the entry to make it looks like a select/combo box?