• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: AjaxAutoComplete ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
email@hidden

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

References: 
 >AjaxAutoComplete ? (From: Theodore Petrosky <email@hidden>)

  • Prev by Date: AjaxAutoComplete ?
  • Next by Date: Re: AjaxAutoComplete ?
  • Previous by thread: AjaxAutoComplete ?
  • Next by thread: Re: AjaxAutoComplete ?
  • Index(es):
    • Date
    • Thread