Hi Brian:
This is the CSS i used. Please please help.
div.autocomplete {
position:absolute;
width:400px;
background-color:white;
border:1px solid #aca899;
margin:0px;
padding:0px;
font-size:11px;
text-align:left;
max-height:200px;
overflow:auto;
}
div.autocomplete ul {
list-style-type:none;
margin:0px;
padding:0px;
font-family:"Trebuchet MS", Arial, Times New Roman;
}
div.autocomplete ul li.selected {
background-color: #d5e2f2;
}
div.autocomplete ul li {
list-style-type:none;
display:block;
margin:0;
padding:2px;
cursor:pointer;
}
.combo /* look&fell of scriptaculous select box*/
{
margin: 0px 5px 10px 0px;
width : 20em;
display : block;
text-align:left;
background: url('bg_select.png') right;
background-repeat:no-repeat;
height:18px;
cursor: pointer;
border:1px solid #aca899;
}
On Oct 31, 1:54 pm, "Brian Williams" <[EMAIL PROTECTED]> wrote:
> have you styled it any?
>
> On 10/31/07, maasolo <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > The scrollbar div i have shows accurately in IE7 but not at all in
> > IE6.
> > Any help on this will be appreciated. The link to the autocomplete is
> >http://wiki.script.aculo.us/scriptaculous/show/Ajax.Autocompleter- Hide
> >quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---