Forum Moderators: open

Message Too Old, No Replies

Scroll bars

can I get the same scroll bar to scroll 2 frames?

         

smokeyb

8:32 pm on Jun 22, 2003 (gmt 0)

10+ Year Member



I have a site that I use 3 frames in: a top nav frame and a left frame and a main body frame. if the browser is set too small and the main frame spawns a scroll bar, the left frame doesn't? can I get the scrollbar to scroll both the left and the main frame together?
Thanks, Smokey

msr986

6:40 am on Jun 23, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>can I get the same scroll bar to scroll 2 frames?

No.

You can do some interesting things with frames, but they have their limitations. You may be able to achive what you need to with iframes. An iframe embeded in your web page will be able to scroll with the main content. CSS with properly placed div's should also do the trick. Of course, both of these suggestions will require a complete re-design.