Re: AjaxAutoComplete ?
Re: AjaxAutoComplete ?
- Subject: Re: AjaxAutoComplete ?
- From: Joe Kramer <email@hidden>
- Date: Wed, 30 Mar 2011 07:23:47 -0700
Hi Ted,
I can't remember where I found this, but here is some basic CSS:
.auto_complete {
position:absolute;
width:250px;
background-color:white;
border:1px solid #888;
margin:0px;
padding:0px;
z-index:100;
}
.auto_complete ul {
list-style-type:none;
margin:0px;
padding:0px;
}
.auto_complete ul li.selected {
background-color: #ffb;
}
.auto_complete ul li {
list-style-type:none;
display:block;
margin:0;
padding:5px;
cursor:pointer;
}
Hope that helps.
Joe
Joe Kramer
On Wed, Mar 30, 2011 at 6:48 AM, Theodore Petrosky
<email@hidden> wrote:
anyone have an example of using an AjaxAutoComplete. I have it (almost) working on an AMD but I must be missing some CSS as the auto complete text is just floating over top of my other text (with a transparent background) so it is impossible to read.
the docs don't say anything about CSS necessary for it to work.
Ted
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden