Posted by scripts.contact on 03/30/07 20:29
On Mar 30, 12:30 am, "Alex" <klec...@gmail.com> wrote:
> I would like to create a page with a top header and a footer which
> always sticks to the bottom of the Viewport or the bottom of the page
> (whichever is lower).
fixed positioning
> Between header and footer there are two columns (left sidebar and main
> content). left sidebar and main page should be separated by a full
> screen vertical line. The line has to go all the way done to a few
> pixels above the footer.
use border-left in main content and/or border-right in sidebar
e,.g border-left:2px solid black
> For me the problem seems to be the "content". In CSS it has
> min-height: 100% and height : auto but it does not take all the
> remaining height of it's parent.
try height:100%
Navigation:
[Reply to this message]
|