IE7 not showing Menu Bar

Forums Forums Menus IE7 not showing Menu Bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #532
    doctor
    Member

    First of all.. I was searching for weeks how to take certain code out of wordpress templates and come up with a drop down menu. When I came across the multi-level nav I was very happy.
    Apparently everythning looks fine in Firefox and opera, but IE7 is not acting right. The first thing I checked was to make sure before the:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
    <html xmlns="http://www.w3.org/1999/xhtml&quot; <?php language_attributes(); ?>>

    there were no Carriage returns or anything.

    In an attempt to try to fix the issue I removed the:
    <div id="toprss"><a href="feed:http://wp-themes.com/?feed=rss2"><img src="http://wp-themes.com/wp-content/themes/pixeled/images/rss-trans.png&quot; alt="Theme Preview" width="65" height="24" /></a></div> <!– Closes toprss –>

    From the header.php file

    I then added back some of it in an attempt to see how to resolve it. Here is what I added back:
    div id="toprss"><a href="feed:http://wp-themes.com/?feed=rss2"><img src= alt="Theme Preview" width="6" height="28" /></a>
    </div> <!– Closes toprss –>

    I really dont want the RSS feed at the top….

    also I want to have it working in IE7

    URL… xtremeselfdefense.xtremestrength.com

    Thank you.. I hope I didnt forget to add anything..

    #4617

    You need to remove the code betwen your </head> and </body> tags, nothing is allowed to be in there:
    [code:sn17hoz9]</head>
    <ul id="nav">

    </li>
    </ul>

    <body>[/code:sn17hoz9]

    urgh, this is awkward to fix …

    I think it has something to do with the following tag which is adding a blue bar over the top. Try removing that, or modifying it and see if that helps.

    [code:sn17hoz9]<div class="sub_header">[/code:sn17hoz9]

    #4618
    doctor
    Member

    Thank you Ryan… thats was it…
    I couldnt figure that out.. Much Appreciation..
    Sincerely

    #4619

    Glad to hear you got it working <img decoding=” title=”Smiley” />

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.