Thanks for the response. What I am trying to accomplish is an "autocomplete" style box that appears below a textbox. The application is an AJAX application that works like Google Suggest. However, it varies in there are actually three textboxes on the page that I am trying to do this with. The results panel is the same data for all three boxes, so it owuld be advantageous to use the same result panel and simply place it based on the coordinates of the textbox being typed in. Since Javascript isn't my strongest language, some of the dynamic placement escapes me. I suspect that the offsetLeft and offsetTop may be based on the parent element and not on the document itself, so that may be the problem. However, I'm stuck since I don't know what the solution is. Any further assistance would be greatly appreciate. Thanks.
|