Viewing 5 replies - 1 through 5 (of 5 total)
  • You have code errors.
    I have never seen this before and don’t know why it would happen unless you have the a tag in the wrong place in your php because it repeats itself on all your pages.
    In your h2 title tag the word home is not in the right spot.
    <h2><a href="http://sunsourcesolarbrokers.com"Home</a></h2>
    It needs to be
    <h2><a href="http://sunsourcesolarbrokers.com">Home</a></h2>

    You also have header body and footer information at the bottom of your page.
    Are you calling them twice?
    You need to look at your source code and also validate your site.

    you have some validation errors http://validator.w3.org/check?uri=http%3A%2F%2Fsunsourcesolarbrokers.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0 which may cause any unsuspected display errors, often in IE.

    i suggest that you try to fix these errors, strating with the ones at the top and working down the list, as lower ones might get resolved as a result of fixing the ones higher on the list; check validation http://validator.w3.org/ ; and see if that solves the problem.

    Thread Starter timfl

    (@timfl)

    Thanks, alchymyth, I’ll do some more delving. Everything validated in the html site, so it can’t be too bad, right? Uh huh.

    Thread Starter timfl

    (@timfl)

    OK, everything validates now. Still, the image slider does not appear in IE 7 only. Arrgh!

    Thread Starter timfl

    (@timfl)

    got it figured out

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Writing my first theme, trouble with IE (of course)’ is closed to new replies.