I'm working on an autocomplete search function on my site here: http://www.coffeesh0p.com - Enter "salvia" into the box, and you'll see what I mean. This worked fine until today, when I added the "Go" button just to the right. Now, whenever you press the Go button, you get a page of search results, just like any normal search feature, but because the form is now being actually submitted instead of the AJAX business, my browser remembers what I've searched for and displays a little dropdown box OVER my autocomplete div. Try searching for the same thing a couple of times and you'll see what I mean. How do I fix this? Cheers.