Support » Themes and Templates » IE 8 and MushBlue Duplicate Header Image?!?

  • Microsoft weirdness alert!
    Visit http://www.voyagertarot.com and http://www.wayoftheseer.com using Explore 8.0 and you’ll see that the header image is duplicated?!
    This website worked fine before Microcrap’s recent abomination was unleashed upon the wary public.
    I am using a theme called MushBlue. I’ve just finished buliding two of this guy’s sites with 6 in the works and would hate to have to change the theme. I’ve looked in the code and can’t figure out how IE is doing the duplication.
    Client is not happy and I need help fast.
    Aaron

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try validating your sites.

    <a href="http://www.voyagertarot.com"><div id="logo"></a>
    <div id="name"></div>

    <a href="http://www.voyagertarot.com"><div id="logo"></a>

    <div id="logo"> Would that need to be closed at some point ?

    Yes. And you can’t have a link (which is an inline element) enclosing a div (which is a block level element). My guess is that it should be:

    <div id="logo"><div id="name"><a href="http://www.voyagertarot.com"></a></div></div>

    or similar.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘IE 8 and MushBlue Duplicate Header Image?!?’ is closed to new replies.