scrolling?

Depends on what "standards" you want to support. you have three options as i see it:

a) use a "layer" and set the overflow value to scroll. This should work in most new browsers.
b) use an iframe and make the text a seperate page.
c) make a big image that is the entire big box thing, and set it as the background picture, with a scroll setting of fixed (i think that's the value you want) so the entire page scrolls, but the background doesn't move.

or, you could use a fancy hardly-supported javascript solution that basically moves the layer up and down using custom Up and Down arrows.
 
Ben, you might want to consider finding a different host/server to put your examples up on or including a screenshot & code in a file attachment. Seems your current one [server] is always on the fritz <G>.
 
Back
Top