Ol' Firebug tells me the autocomplete div looks like this:

<div
    id="countryName:menu"
    class="t-autocomplete-menu"
    style="position: absolute; left: 152px; top: 126px; width: 146px;
display: none;">

So I guess you should be looking to CSS style-ise #countryName:menu or
.t-autocomplete-menu

Steve.


On 13 May 2010 23:48, Thiago H. de Paula Figueiredo <thiag...@gmail.com> wrote:
> On Fri, 14 May 2010 00:24:12 -0300, Paul Stanton <p...@mapshed.com.au>
> wrote:
>
>> i've just started using the autocomplete mixin after reading this demo:
>>
>>
>> http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/javascript/autocompletemixin
>>
>> one thing i'd like to change is how far away the search result div appears
>> from the input text. i'd like to reduce the gap to 0 pixels if at all
>> possible..
>
> Just use ordinary CSS style override.
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and
> instructor
> Owner, Ars Machina Tecnologia da Informação Ltda.
> http://www.arsmachina.com.br
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to