Scrollbar doesn't show on the right place when using partial

Hi,

I’m using partial() to connect ours pages togother,
however, one of the partials is larger than the other,
when it happens, instead of create a scrollbar on the
browser, a scrollbar appears at the end of the
partial, since the partial is in the middle of the web
site. it isn’t really good… So does some one know
how to remove the scrollbar on the partial and put it
on the browser?

Thanks you very much

Saiho

The mind is its own place, and in itself.
Can make a Heaven of Hell, a Hell of Heaven.


Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around

On 3/8/06, Saiho Y. [email protected] wrote:

I’m using partial() to connect ours pages togother,
however, one of the partials is larger than the other,
when it happens, instead of create a scrollbar on the
browser, a scrollbar appears at the end of the
partial, since the partial is in the middle of the web
site. it isn’t really good… So does some one know
how to remove the scrollbar on the partial and put it
on the browser?

That isn’t something that normally happens with partials, you must be
wrapping the partial in some kind of div/stylesheet.

Josh on Rails wrote:

That isn’t something that normally happens with partials, you must be
wrapping the partial in some kind of div/stylesheet.

Yeah… look for a style “overflow: scroll;”… You might need to
rethink how you’re
positioning stuff in your page too; fixed sizes can be problematic.

b

Yes, the partial is inside of a

, should I remove
the ??? but since our css is “linked” with

so it may cause some other problem…

— Josh on Rails [email protected] wrote:

web


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

The mind is its own place, and in itself.
Can make a Heaven of Hell, a Hell of Heaven.


Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around

On 3/8/06, Saiho Y. [email protected] wrote:

Yes, the partial is inside of a

, should I remove
the ??? but since our css is “linked” with

so it may cause some other problem…

I think you need to have a chat with your designer / whoever wrote your
stylesheets, and figure out how this element is supposed to be styled.