Here''s the CSS i used
Here is my CSS
<style type="text/css">
div.auto_complete {
height: 100px;
width: 350px;
background: #fff;
overflow:scroll;
}
div.auto_complete ul {
border:1px solid #888;
margin:0;
padding:0;
width:100%;
list-style-type:none;
}
div.auto_complete ul li {
margin:0;
padding:3px;
}
div.auto_complete ul li.selected {
background-color: #ffb;
cursor:pointer;
}
div.auto_complete ul strong.highlight {
color: #800;
margin:0;
padding:0;
}
</style>
On Dec 3, 12:58 pm, maasolo
<maas...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> In IE7 whenever the browser window is smaller than the size of the
> form a
> Vertical + Horizontal Input form Scrollbar appears.
>
> How do i resize the form so that is fits into the window. Or how do i
> make the form extend past the view of the window like it does in iE6
--~--~---------~--~----~------------~-------~--~----~
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
rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---