Viewing 3 replies - 1 through 3 (of 3 total)
  • Without diving into the CSS, there are many reasons that could be happening. Unfortunately not all browsers are perfect when it comes to web standards. That is why cross-browser compatibility is a big issue right now.

    Can you show me the CSS for your wrapper, header, middle, splash and content divs? The problem most likely is in one of them.

    Start with looking at #splash in your stylesheet.

    Maybe something like:
    #splash {
    height: 362px;
    margin: 0px 21px 10px 21px;
    width: 568px;
    }

    Will help a bit?

    Thread Starter shoobop2

    (@shoobop2)

    hey here’s my css

    https://caustique.org/wp-content/themes/mental_disorder/style.css

    handysolo : hey thanks! that solved the problem ?? thanks so much people (:

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘template different in IE and firefox!’ is closed to new replies.