• Hello,

    I’m currently using WordPress 2.3.3 and I’m trying to mess around with a website. I would like to have a blog on my homepage (With my own custom header) and then the dreamweaver site behind it.

    https://www.jonpages.com

    Right now, everything is perfect in FireFox, but when I’m on the homepage in IE 6 & 7, if I hit a button (about, poker, pictures, etc), the whole body shifts a bit to the right. Is there any reason this is happening or any simple suggestions or tweaks in CSS that can fix this?

    Thanks,
    Jon

Viewing 3 replies - 1 through 3 (of 3 total)
  • It seems that your dreamweaver pages have not specified the body margin to 0. I think a simply css change would do this. In your CSS file you need to add (or change) your body selector so it has this:

    body
    {
    margin: 0;
    }

    Thread Starter jonlewis827

    (@jonlewis827)

    didn’t work…. here is the CSS, i’m wondering if anyone can make any suggestions to help fix this:

    [Moderated: Too much code. Please consider placing the code in a text file on your site with a link here -or- use a pastebin service such as https://wordpress.pastebin.ca. Thanks!]

    Thread Starter jonlewis827

    (@jonlewis827)

    Sorry, I forgot to add. Right now the body parameters are switched. I got it to work in IE, but now it’s off in FireFox.

    Thanks,
    Jon

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My Body Template Shifts in IE6 & 7, but is consistent in FireFox’ is closed to new replies.