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
In the CSS of jQuery UI:
jQuery UI
.ui-front { z-index: 9999; }