Multiple Frames with One Border

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jeff Johnson

    Multiple Frames with One Border

    Hi There,

    Is there anyone out there who can tell me how to create multiple
    frames with only one scroll bar to scroll the entire page?

    Big Thanks,

    Jeff
  • N Clements

    #2
    Re: Multiple Frames with One Border

    The only approach I can think of is to use inline frames - <iframe>.
    However you'll have to size the actual contents very carefully to ensure
    there's no internal scrolling within the iframe itself.

    Usually the best way to approach this kind of problem is to evaluate if
    you can simply use tables to accomplish the same thing. If your content
    is coming from several separate sources and you can not use tables then
    you're stuck with frames and they're shortcomings.

    Not sure if this helps or not.

    N. Clements
    Brainbench MVP for Javascript

    nospam@spam.spa m.spam.242.mail shell.com
    Remove 2nd through 4th spam to reply.

    jeffejohnson@ho tmail.com (Jeff Johnson) wrote in
    news:14d6934.03 06300927.4d8817 f@posting.googl e.com:
    [color=blue]
    > Hi There,
    >
    > Is there anyone out there who can tell me how to create multiple
    > frames with only one scroll bar to scroll the entire page?
    >
    > Big Thanks,
    >
    > Jeff
    >[/color]

    Comment

    Working...