> Allrighty then...
> Autocomplete() uses absolute positioning.
> The default behavior adds the attribute "top: XXpx;".
> For it to behave the way i want it i simply add the attribute:
> "bottom: XXpx" and remove the attribute "top: XXpx;".
> I've tried and tested it by using firebug and changing the attributes.
> This is great I found the CSS i need, hurray.
> But, the attribute "top" is constantly added dynamically and overrules
> the effect of the "bottom" property.
> How can work around this?
> On Feb 9, 5:08 pm, "dr. Hannibal Lecter" <lecter...@gmail.com> wrote:
> > Simply check which HTML elements are generated by the autocomplete
> > (via FireBug or whatever you use), and write some CSS for those
> > elements.
> > On Feb 9, 5:02 pm, safl <simon.a.f.l...@gmail.com> wrote:
> > > Then let rephrase/ add the question: how do i edit the css to
> > > position somewhere else?
> > > On Feb 9, 12:01 pm, Miles J <mileswjohn...@gmail.com> wrote:
> > > > Wouldn't you just edit the css to position somewhere else?