Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • jonathaneustace Friend
    #147519

    The footer keeps floating up unless there is sufficant content to keep it down. Unfortunatly this is not an option on all pages because when people search they might only get one result.

    Please view the live site

    Please help! Thanks!

    lamvt Friend
    #328892

    hi, jonathaneustace
    Dont understand??
    your content too shot.No problem with your site.
    if you still want to fix it:
    open your templates.css file line 1002
    add:

    #ja-mainbody {
    min-height:500px;
    }

    jonathaneustace Friend
    #328893

    #ja-mainbody {
    min-height:500px;
    } —–

    This is no good… What if someone is viewing with a large monitor? Or a really small one? I need a fix that will keep the footer at the bottom all the time

    lamvt Friend
    #328894

    #ja-footer {
    background:#151515 none repeat scroll 0 0;
    bottom:0;
    position:absolute;
    }

    Line: 1459 of tempalte css

    jonathaneustace Friend
    #328901

    #ja-footer {
    background:#151515 none repeat scroll 0 0;
    bottom:0;
    position:absolute;
    }

    This is no good either… when the content is scrollable the footer floats up into the content.

    mlewis09 Friend
    #329126

    This is one of the easiest things to do in a “tables” layout, and one of the hardest using CSS. If the developers did not include this feature, i doubt anyone would easily be able to retrofit it. I’ve only had luck when using a system of nested divs that automatically adjust to 100% page height if the content falls short of the browser bottom. Not easy. Sorry i can’t be of more help.
    m

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 3 voices, and was last updated by  mlewis09 14 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum