Re: [css-d] Truncated columns

2009-05-13 Thread Tim Snadden

On 14/05/2009, at 6:59 AM, bruce.som...@web.de wrote:

>
> On the page at http://www.maireadnesbitt.com/index.html , the middle  
> column can be scrolled but the left- and right-hand columns are  
> truncated at small window height. How can I avoid that truncation?
>

Also remove line 45 (for the left hand side). By the way, the picture  
of the woman will always remain static as it is a background image on  
the body and the left hand column is absolutely positioned but has  
both 'top' and 'bottom' set. Remove 'top' rule and it will position  
itself properly to the bottom.
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Truncated columns

2009-05-13 Thread Tim Snadden

On 14/05/2009, at 6:59 AM, bruce.som...@web.de wrote:

> On the page at http://www.maireadnesbitt.com/index.html , the middle  
> column can be scrolled but the left- and right-hand columns are  
> truncated at small window height. How can I avoid that truncation?

It's because they are set to position: fixed. This means that they  
stay in position on the screen and don't scroll. Remove line 149 of  
the stylesheet.
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Truncated columns

2009-05-13 Thread bruce . somers
Hello,

I'm certain that this is a terribly elementary question, but I have not been 
able to solve it. I'd appreciate any push in the right direction.

On the page at http://www.maireadnesbitt.com/index.html , the middle column can 
be scrolled but the left- and right-hand columns are truncated at small window 
height. How can I avoid that truncation?

Bruce

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/