I\'m currently implementing jQuery UI\'s autocomplete in my clients webshop. The problem is: the element the autocomplete resides in, has a higher z-index then the z-index of th
add the following
.ui-autocomplete { z-index:100 !important; }
in jquery-custom-ui.css file (or the minified one if you are using it).