With CSS for example:

/* THE DIV THAT CONTAINS THE RESULTS */
.ui-autocomplete-results{
        border: #22006e  1px solid;
        background: #fff;
        font-size: 0.8em;
}

/* THE ITEMS OF THE LIST OF RESULTS (odd & even) */
.ui-autocomplete-odd{
        background: #f0f0f0;
}

.ui-autocomplete-even{

}

/* THE SELECTED ITEM */
.ui-autocomplete-over{
        background: #22006e;
        color: #fff;
        cursor: pointer;
}

On Oct 8, 5:16 am, harshagalla <[EMAIL PROTECTED]> wrote:
> a newbie to JQuery..iam amazed with the ease of styling web
> applications using jquery ui.
> I encountered a issue while trying to use AutoComplete feature
> availabe in jquery-ui-personalized....,
> whenever i type in the input text box i get the list of autocomplete
> options available but i dont know how
> to customize the look of the list ie..background ,style etc.
>
> Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" 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/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to