Dear HTML gurus
In a single HTML page I have a section at the top that I want to remain in
place while the rest of the content scrolls. Most importantly, I don't want
the scrollbar to be drawn in the top sectiob. The effect I'm looking for is
the same as frames but without using frames.
I have tried a <div style="overflow:auto"> for the bottom section - this
gives the right effect but only if the height of the div is specified
explicitly. I want the div to take up all the remaining space in the window.
I have also tried to position the top section with absolute positioning but
it still seems to scroll with the bottom section.
any clues please? I'm sure there must be a simple solution
TIA
Andy