bruce.som...@web.de wrote:

> But the following must be CSS:
>
> Again at http://www.maireadnesbitt.com/initial.html -
>
> how can the borders on leftcontent and rightcontent extend out the
> bottom of the window?

rightcontent:
height: 100%;
border: 4px double black;

100% plus 4px is more than 100%.

leftcontent:
height: 120%
border: 4px double black;

120% plus 4px is also more than 100%.

BTW, because of position:fixed, the side columns won't scroll. 
Probably what you intended, but it means that people on the new fancy 
smaller screens won't see the links that are below their screen.

-- 
Els

______________________________________________________________________
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/

Reply via email to