• For some reason my flash header shows up in Mozilla and not Internet Explorer.

    See URL http://insurance.articlesreport.com/category/health-insurance/

    I know it has nothing to do with browser settings because another at similar site I have, the header works fine in IE.

    I noticed in the header.php file (see below), has some IE specific code and maybe that has something to do with it?

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php if (function_exists('seo_title_tag')) { seo_title_tag(); } else { bloginfo(''); wp_title();} ?></title>
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo(''); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_head(); ?>
    <!--[if lte IE 6]>
    <style>
    #c1 .content a {height: 1%;}
    #c3 .content a {height: 1%;}
    #c3 .content ul {height: 1%;}
    #masthead, #tnav {
        width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 1000 ? "1000px" : "auto");}
    </style>
    <![endif]-->
    <!--[if lte IE 7]>
    <style>
    #masthead, #columnwrapper, #tnav, #columns-bottom {zoom:1;}
    </style>
    <![endif]-->
    </head>
    <body>
    <center><div id="masthead"><div id="logo"><!-- START Flash Logo HTML Code - Copy and Paste All This -->
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="515" height="105">
          <param name="movie" value="logo.swf">
          <param name="quality" value="high">
          <embed src="http://www.insurance.articlesreport.com/logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="515" height="105"></embed>
        </object>
    <!-- END Flash Logo HTML Code -->
      <div id="blogtitle"><?php bloginfo(''); ?> - <?php bloginfo(''); ?></div>
    </div><!-- end masthead div --></center>
    <div id="tnav">
      <div id="tnav-center">
        <ul id="BasicNav">
    	<li><a href="<?php echo get_option('home'); ?>">Home</a></li>
    <?php wp_list_pages('sort_column=menu_order&hierarchical=0&depth=1&title_li='); ?>
        </ul><!-- end BasicNav UL -->
        <div class="clearfloat">&nbsp;</div>
      </div><!-- end tnav-center div -->
    </div><!-- end tnav div -->

The topic ‘header only shows in mozilla’ is closed to new replies.