So how do I tell the browser to display a 'fixed' div aligned with the bottom of the window, not the top-left (0,0) and which stays there, even when resizing the window? And how do I tell the browser to use the remaining part of the screen for another div? I did use overflow, but it's no use if the size of the div is wrong in the first place.
"Ahmed K" <[EMAIL PROTECTED]> wrote in message a3cl5n$[EMAIL PROTECTED]">news:a3cl5n$[EMAIL PROTECTED]... > you should use position "static" or "fixed" i forget which it was, and that > should keep the div at the same place all the time(relative to the (0,0) of > the window and not the page, and for other divs use overflow to specefy if > scroll bars are to be included or not.
