Forum Moderators: not2easy

Message Too Old, No Replies

Design with pure CSS: Scrolling?

How to make a design with layers relatively positioned?!

         

davdav123

2:46 pm on Jul 15, 2005 (gmt 0)



Hi,

I just wanted to make a design template with pure CSS (no tables, layers positioned with CSS). Unfortunately it works only until you type in text that fits the window (or the windows size is big enough for the whole text to fit the window) :( . If the window is too small or there is much text in the main layer, and you scroll around, the menu layer keeps its size and the page looks horrible.

As this is just a template, I have coloured the layers to see their size.

I would be very glad if someone helped me to fix this.

Cheers,
David

[edited by: rogerd at 4:14 pm (utc) on July 15, 2005]
[edit reason] No URLs, please... [/edit]

Stooshie

3:27 pm on Jul 15, 2005 (gmt 0)

10+ Year Member



try the code

mystyle
{
overflow: auto;
}

in the stylesheet for the tag you want to scroll.