I searched for more than 1 hour without success. Is there a clean CSS way to emulate a set of frames? I mean, really imitating that. I found some interesting things where you will have fixed top and bottom blocks, but the scroll bar for the content is the usual browser scroll bar. I need a scrollbar just for the content block, as a set of frames does.
I can make it work by assigning overflow: automatically to my div content area and setting a fixed height. But the problem is that I do not know the size of the client browser window without using javascript. And I do not want to use javascript for this. I can also use percentages for heights, since my top block has a fixed height. The bottom block is the one that should expand or contract depending on the height of the browser window. Any help appreciated. Thanks!
dom html css xhtml frameset
Marcos buarque
source share