I am currently building a site and had the idea in my head and everything seemed pretty easy to achieve. That was until i came to do the layout using frames.
Take a look at the image below

The blue area will contain a flash menu.
The white area will contain the site content.
The grey area will contain a small menu that must be visable at all time.
The way i though this would work would be to create 2 framesets.
The first would have just 2 frames, top and bottom, splitting the screen horizontally.
Then, in the top frame, i would load another frameset which has a left and right frame for my flash menu and site content. I though that when the content becomes too long for the right frame, a scrollbar would appear, which would allow the user to scroll down, but making the blue AND white area scroll. But no scroll ever appears (and yes, i have checked the attributes of the frame, and even with scrolling="yes"...nothing).
Anyone any ideas how i can achieve this layout?
It is imperative that the flash menu doesn't reload when swapping tha page content, and also that the grey menu is viewable on screen at ALL times.
Thanks
Mark