Please disregard my question below. After running through the Javascript some more, I found that it searches for the target element's parent until it reaches the body tag or a parent with non-static positioning. In reviewing my HTML and CSS, I found a parent element that had absolute positioning, thus causing my problem. Firefox handles positioning different than IE, hence the incorrect placement of my autocompleter.
Thanks. On 8/29/06, Josh <[EMAIL PROTECTED]> wrote: > Hi- > > I am having trouble with the Autocompleter in which the autocomplete > box appears in the wrong place (above and to the left of the text box). > This only seems to be a problem in Firefox and is caused by > Position.clone function setting an incorrect position for the target > (the autocomplete box). From what I can tell, the parent that it finds > for the target is incorrect. My problem seems to be related to the > Autocompleter being the child of a <td>. Does anyone have any thoughts > on this? Seen a similar probelms? > > Thanks! > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---
