thanks, I searched on my HD for '.auto_complete' and I found similar CSS in the default_screen_stylesheet.css which is part of the ERModernDefaultSkin.
It works, thanks again, Ted --- On Wed, 3/30/11, Joe Kramer <[email protected]> wrote: From: Joe Kramer <[email protected]> Subject: Re: AjaxAutoComplete ? To: "Theodore Petrosky" <[email protected]> Cc: [email protected] Date: Wednesday, March 30, 2011, 10:23 AM 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 [email protected] On Wed, Mar 30, 2011 at 6:48 AM, Theodore Petrosky <[email protected]> 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 protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/jkramer%40cyberapps.net This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
