There are quite a few  threads regarding this issue, just search
"autocomplete" in this group. For example:
http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/8aac295a1affa481


-S.

On Fri, Jul 24, 2009 at 2:02 PM, ror-dev244<mma...@gmail.com> wrote:
>
> Hi, I'm using prototype 1.6 and scriptaculous 1.8.2 on top of my Ruby
> on Rails app.
> I'm using Autocompleter.local and it works great for Firefox 3.0.12
> but when I use IE8 to
> see it, the suggestion box is out of place. See screenshot links below
>
> IE8 (broken)
> http://tinypic.com/r/11t51tz/3
> ff3 (works)
> http://tinypic.com/r/2epn3wm/3
>
> Have you seen this before? The CSS are as follows:
> div.auto_complete {
>  margin:0px;
>  padding:0px;
>  width:350px !important ;
>  background:#fff;
>  border:1px solid #888;
>  position:absolute;
> }
>
> div.auto_complete ul {
>  margin:0px;
>  padding:0px;
>  list-style-type:none;
> }
>
> div.auto_complete ul li.selected {
>  background-color:#ffb;
> }
>
> div.auto_complete ul li {
>  margin:0;
>  padding:2px;
>  height:32px;
>  display:block;
>  list-style-type:none;
>  cursor:pointer;
> }
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to