I am using AutoCompleteExtender in my application and somehow the the suggestion box started appearing not right under the text box but rather 20-30 pixels below. After digging through the generated HTML i noticed that it renders as UL and LI elements, while in the samples downloaded from ASP.NET it renders as DIV inside DIV and works fine.
I can't figure out what makes it render differently. How do i display the suggestion list right under the textbox?
By the way it looks fine in IE, the issue exists only in firefox.