Saiho Yuen
2006-Feb-27 20:38 UTC
[Rails] Help!!! horizontal scroll doesn''t appear on the browser!!!
Hi, in my rhtml, I have two parts, the main part and a partial, the main part has a width almost the same, but the partial is much longer and width. when it happens. the vertical scroll appear correctly on the browser, but the horizontal scroll doesn''t appear on the browser, it appears instead on the partial render part, so I have to scoll down until the end of the partial, that use the horizontal scroll... it is something I can do to make the scroll appears on the browser???? thanks you very much!!!! Saiho __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Peter Michaux
2006-Feb-27 20:48 UTC
[Rails] Help!!! horizontal scroll doesn''t appear on the browser!!!
I think you can fix the problem by making sure that your css styles for the partial <div> is overflow: visible; You probably have overflow: auto; or overflow: scroll; somewhere. Hope that helps. -Peter On 2/27/06, Saiho Yuen <sayoyo@yahoo.com> wrote:> Hi, > > in my rhtml, I have two parts, the main part and a > partial, the main part has a width almost the same, > but > the partial is much longer and width. when it happens. > the vertical scroll appear correctly on the browser, > but the horizontal scroll doesn''t appear on the > browser, it appears instead on the partial render > part, so I have to scoll down until the end of the > partial, that use the horizontal scroll... > > it is something I can do to make the scroll appears on > the browser???? > > thanks you very much!!!! > > Saiho > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >