|
Posted by richard on 10/01/29 11:59
<sandravandale@yahoo.com> wrote in message
news:1159367472.747140.38480@h48g2000cwc.googlegroups.com...
> Beauregard T. Shagnasty wrote:
>> How about Ben's template?
>> <http://www.benmeadowcroft.com/webdev/csstemplates/left-column.html>
>>
>> I also have sites that place the navigation sidebar after the content.
>> <http://countryrode.com/>
>
> Thanks, but both use absolute positioning. It's very easy if you do
> that, but it won't work for me.
>
>> > Niether can be absolutely positioned.
>>
>> Why not?
>
> I have a footer at the bottom of the page. If either column is
> absolutely positioned, then it won't push the footer down. If it is the
> longest column, the footer will display over it.
>
What you need is a container for all with no height property.
That way, whenever what's above the footer is pushed down, so will the
footer be pushed down.
You might want to look at the designs at www.oswd.org
Check out the source code and see how they do it.
Navigation:
[Reply to this message]
|