• Resolved jkavalier76yahoocom

    (@jkavalier76yahoocom)


    I am using a theme called “Blue Black” v.2.7.5. The theme looks great in Mozilla, but in IE, two of my top navigation items stack up on top of each other, rather than appear side-by-side as they should.

    I am not a developer. Any help on a quick fix would be appreciated or I’ll just have to install a new theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you could provide a link to the problem I am sure it could be fixed quickly.

    Thread Starter jkavalier76yahoocom

    (@jkavalier76yahoocom)

    Thanks! My site is at:
    https://www.darkchords.com

    -Alex

    you have some invalid code in your header.php:

    <script type="text/javascript" src="https://mediaplayer.yahoo.com/js"></script>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">

    everyting before <!DOCTYPE html .... has to be moved to somewhere else.
    for instance, you could move the line to just before </head>.

    hopefully this will solve the other problem.

    Thread Starter jkavalier76yahoocom

    (@jkavalier76yahoocom)

    Thanks. I moved the code for the Yahoo Media Player to the end of main.php and pages.php and that did the trick.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Navigation (page) names don’t look right on IE’ is closed to new replies.