HighDots Forums  

Dynamic scrollable region?

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Dynamic scrollable region? in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Quivis
 
Posts: n/a

Default Dynamic scrollable region? - 02-17-2006 , 04:55 AM







Hello,

I have this idea for a "normal" css layout, header, scrollable area,
footer, but I want the footer "static", in the sense that it should stay
at the bottom of the window, and have the same width, no matter what
height or width the browser window is.

I've tried the following, but neihter Firefox, nor IE6, wants anything
to do with it:

/* font formatting etc. intentionally left out for brevity */

..lpart {
float: left;
width: 33%;
height: 33%;
/* height: 33em; <- this works */
overflow: auto;
}

..mpart {
float: right;
width: 33%;
height: 33%;
/* height: 33em; <- this works */
overflow: auto;
}

/* float and width not set, since this is the last of the three */
..rpart {
height: 33%;
/* height: 33em; <- this works */
overflow: auto;
}

I would want to construct those scrollable regions such, that their
height is changed by the browser window's vertical size, and the footer
should always stay put at the bottom of the window. Footer width should
follow browser's width, its height should be the same.

Using em values, works, sort of, the scrollable areas' vertical sizes
change when the font size changes, which is not exactly what I'd like to
do.

Is what I want to do even possible?

Let me know if I need to explain my problem further.

TIA for any advice.


Q.
--
Take back the web:
http://www.spreadfirefox.com/?q=user/register&r=114898

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.