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
Give it a try anyway in your css (before script loading), not in firebug:
.ui-selectmenu-menu { z-index:100; }
In my case this works and creates z-indexes like : 100x (for example 1002)