View Full Version : Frames and scrollbars


godsgirl5790
07-24-2009, 05:58 PM
I'm working on a site with frames. It only has two frames and the main frame has its scrollbar. but the menu frame (Left) doesn't and I have content on it that it needs to be scrolled down to see. I'm not sure how to fix it. Do I just put a scroll bar code on my "left" page or what?

Please and Thnaks.

Ella,

iGeek
07-24-2009, 11:24 PM
I'm not sure why you would want to use frames in this age of CSS and divisions. It is much cleaner and provides a much better end-user experience.

If you really want to use frames (which, seriously, you shouldn't), add "overflow: auto;" to your CSS when defining the BODY for the left frame.