image - Wordpress header imgage won't display in IE -


image in header displays in safari, ffx , opera, not in ie (on 9, btw).

not sure if matters, when using ie's developer tools, shows "empty text node" on place.

i don't know other code attach post...let me know.

site url: http://glassinfusion.accountsupport.com/

header code:

<!doctype html> <html <?php language_attributes(); ?>>  <head>     <meta charset="<?php bloginfo('charset'); ?>" />      <?php if (is_search()) { ?>        <meta name="robots" content="noindex, nofollow" />      <?php } ?>      <title>            <?php               if (function_exists('is_tag') && is_tag()) {                  single_tag_title("tag archive &quot;"); echo '&quot; - '; }               elseif (is_archive()) {                  wp_title(''); echo ' archive - '; }               elseif (is_search()) {                  echo 'search &quot;'.wp_specialchars($s).'&quot; - '; }               elseif (!(is_404()) && (is_single()) || (is_page())) {                  wp_title(''); echo ' - '; }               elseif (is_404()) {                  echo 'not found - '; }               if (is_home()) {                  bloginfo('name'); echo ' - '; bloginfo('description'); }               else {                   bloginfo('name'); }               if ($paged>1) {                  echo ' - page '. $paged; }            ?>     </title>      <link rel="shortcut icon" href="/favicon.ico">      <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">      <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>">      <link rel="icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" type="image/x-icon" />     <link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" type="image/x-icon" />      <?php if ( is_singular() ) wp_enqueue_script('comment-reply'); ?>      <?php wp_head(); ?> </head>    <body> <div id="wrapper"> <div id="header">      <!-- start logo -->   <h1><a href="<?php echo get_option('home'); ?>/"><span><?php bloginfo('name'); ?></span>        <img src="<?php bloginfo('template_directory'); ?>/images/logo3.jpg" width="" height=""alt="<?php bloginfo('name'); ?>"/>          </a></h1>        <!-- end logo -->   <?php         /* sidebar on top of content? yep. can can customize          * top 3 columns of widgets.          */         get_sidebar('navigation'); ?>   </div><!--end header -->   <!-- start middle --> <div id="middle"> 

try different format image gif instead of jpg in case of images not displaying.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -