the question you should be asking is:
how do you hide them in IE7 while not messing up all the other browsers...
The explanation to that is long and convoluted and involves
conditional comments and/or/with a dedicated IE7 css file/section
However, the answer is easy and luckily for you i have a working
example readily handy because i use it in nearly everything...
<!--[if lte IE 6]>
<link rel="stylesheet" media="screen" type="text/css"
href="css/ie6.css" >
<![endif]-->
<!--[if gt IE 6]>
<link rel="stylesheet" media="screen" type="text/css"
href="css/ie7.css" >
<![endif]-->
in css/ie7.css put
#some.thing{
overflow:hidden;
}
HTH, YMMV
On Dec 4, 2007 1:11 PM, maasolo <[EMAIL PROTECTED]> wrote:
>
> Hi Brian and all:
>
> In IE7 when the browser window is smaller than the form size a
> vertical and horizontal scrollbar is displayed. How do i prevent this
> from showing?
>
>
> On Nov 14, 11:00 am, maasolo <[EMAIL PROTECTED]> wrote:
> > Hi Brian and all:
> >
> > How is max-height:200px; supported in IE6
> > as shown in the following CSS?
> >
> > 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;
> >
> > }
> >
> > On Nov 1, 6:05 pm, "Brian Williams" <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > > no, unfortunately i do not. But there are others on the list more
> > > knownlegable than I am, so if someone knows the answer I am sure they
> > > will speak up.
> >
> > > On Nov 1, 2007 5:09 PM, maasolo <[EMAIL PROTECTED]> wrote:
> >
> > > > Thanks Brian for the update.
> >
> > > > Do you know how to scroll the elements in the dropdown into view when
> > > > the keyboard is used to go through the elements?
> >
> > > > I appreciate your help.
> > > > On Nov 1, 4:16 pm, "Brian Williams" <[EMAIL PROTECTED]> wrote:
> > > > > On Nov 1, 2007 3:52 PM, Open individual <[EMAIL PROTECTED]> wrote:
> >
> > > > > > Hi maasolo,
> >
> > > > > > I basicaly have a similar problem.
> >
> > > > > > This problem is that the scroll area appears and when you go down
> > > > > > the
> > > > > > list of options with your keyboard then the next options which are
> > > > > > not
> > > > > > in view are not scrolled into view.
> >
> > > > > > I have basically 100% the same CSS as you.
> >
> > > > > > This seems to be quite a problem.
> >
> > > > > > Do you know how to solve this or get around this even if I place the
> > > > > > results into something else?
> >
> > > > > > I really appreciate anyones help.
> >
> > > > > check outhttp://dev.rubyonrails.org/ticket/2513butit's a little
>
> > > > > old, so I would have thought the issue would have been fixed by now.-
> > > > > Hide quoted text -
> >
> > > > > - Show quoted text -- Hide quoted text -
> >
> > > - Show quoted text -- 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
-~----------~----~----~----~------~----~------~--~---