• Alright, I have this problem with IE and I don’t know how to go about fixing it. My site (https://think-theory.com) looks fine in Firefox, Safari, and Opera, but if you view it in Internet Explorer, it seems that everything is shifted 1px to the left from the background image or the background image is shifted 1px to the right of everything.

    Is there a reason why this happens in IE and not the other browsers? And how might I be able to fix it?

Viewing 1 replies (of 1 total)
  • I don’t know if this will solve your problem, but I start out every stylesheet with this:

    * {
    margin: 0;
    padding: 0;
    }

    Then I apply margins and padding where needed.

    Does 1px make that huge of a difference?

Viewing 1 replies (of 1 total)
  • The topic ‘1px shift problem’ is closed to new replies.