On 9/7/06, Jason Huck <[EMAIL PROTECTED]> wrote: > > This looks pretty nice. Attempting to implement now, got a couple of > questions: > > 1) Using the CSS in your demo page, what's the easiest way to nudge the > entire results list down a bit? For some reason mine are popping up directly > over the input element instead of just beneath it, obscuring it.
This is my biggest issue right now, correct positioning of the results set. I can only say that you'll need to experiment with the CSS. I still get different results in different browsers, and even then depending on the layout (tables, liquid, etc) used. This is a completely new terrain for me, and any suggestions are welcome. The issue at hand: I have an input box. I want to position a DIV with position:absolute exactly below this input box. > 2) Is there something I can add to programmatically disable the default > forms-autocomplete function in browsers? FF's default menu choices are > competing with the plugin's choices. I'll add this to the plugin, but you can write your input box as <input ... autocomplete="off" /> > 3) Also, a note: On my test page I have a div with overflow set to auto. The > scrollbar in that div is bleeding through the autocomplete menu. Do you have a test page online? Then I can see if the problem also exists in FF/Win. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
