• I recently opened IE7 and looked at blog and noticed footer was spanning second post instead of at bottom of index page. It displays correctly along bottom viewing in Firefox 3. Anyone experience similar situation? I’m not a code expert and see that there are two more <div> than </div> tags on the Main Index page template. Could this be the problem? Tried inserting close div tags everywhere I can think of two at a time trying to even out the div tags but always jumbles soemthing else and does not solve the problem. https://www.abridescookbook.com/blog is url. You can see proper view in Firefox3. Any suggestions appreciated! Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • melindabeth

    (@melindabeth)

    I’m having the same problem with my site at https://www.holycowfoodstorage.com. The footer randomly pops up in the middle of the page. It doesn’t happen everytime and it seems as if it occurs on some pages more often than others. If I can scroll or refresh the page, it disappears. I’ve made the footer very bland so it’s not obvious to visitors, but I would still like it fixed. Any help would be appreciated.

    Tonio

    (@anthonybruno)

    @jrgeiger I would try adding this:
    #wrap_talia {overflow: hidden; }

    @melindabeth I would try taking the footer out of all of your containers and wrappers, put it after your containers and use margin: 0 auto; to center it on the page.

    Pretty much its sounds like a problem with your divs not clearing your floats.

    Saurus

    (@saurus)

    How many times do people have to be told that IE is NOT a conforming browser and requires specific hacks to your code to get it to render code properly? There has to be a hundred posts at a minimum saying this.

    In my case, the same thing happens but inverse. With Ie6, it’s all right with footer, but in FireFox 3.0.10, footer appears in the middle of the posts.

    I’v re-made the index.php checking every div and the problem persists.

    If you want to see (in progress): https://www.fmontone.com.br

    Thanx!
    Excuse my english.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Footer not displaying properly IE7 but OK Firefox 3.05’ is closed to new replies.