Viewing 5 replies - 1 through 5 (of 5 total)
  • The problem is another one. You have a script that places something after the footer. An image of 1×1 px which is also affected by the body line-height, than it makes “volume”.
    Try adding this to your css:

    .statcounter > img {
        display: none;
    }

    or

    .statcounter > img {
        display: block;
        height: 0;
    }

    Thread Starter David_G

    (@questas_admin)

    That worked Thanks yet again 🙂
    That was driving me crazy, never thought of the statcounter as the cultrit. I still cannot find the 1×1 image. Anyway I used the first snippet and now the footer is really a footer.

    Thanks,
    Dave

    🙂
    What do you mean with “I still cannot find the 1×1 image” ?
    Can’t you see

    <img border="0" alt="StatCounter - Free Web Tracker and Counter" src="http://c.statcounter.com/t.php?sc_project=8882887&resolution=1366&h=768& ...

    In your source page with firebug?

    Thread Starter David_G

    (@questas_admin)

    No actually I cannot. I even copied the entire “source” page to my editor and did a search for the string you mentioned. Here is what I gave for statcounter off my Source with firebug. When I was originally trying to fix the footer, I wasn’t viewing the source however, I was using Firebug/Inspector. I do see the “img class=”statcounter” but not any reference to what that attached to nor the 1×1. Still on the learning curve here. NOTE: changed the link.
    Dave :/

    ‘<!– Start of StatCounter Code –>
    <script type=”text/javascript”>
    <!–
    var sc_project=xxxxxxxx;
    var sc_security=”xxxxxxxx”;
    //–>
    </script>
    <script type=”text/javascript” src=”http://www.statcounter.com/counter/counter_xhtml.js”></script&gt;
    <noscript><div class=”statcounter”><img class=”statcounter” src=”http://c.changed.NOT/xxxxxxx/0/xxxxxxxx/0/&#8221; alt=”web analytics” /></div></noscript>
    <!– End of StatCounter Code –>’

    just before that <div class="statcounter"> I see a <span class=”statcounter”> there you have a and that image.
    And that image is 1×1

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Adjust footer’ is closed to new replies.