Title: DMohn's Replies | WordPress.org

---

# DMohn

  [  ](https://wordpress.org/support/users/dmohn/)

 *   [Profile](https://wordpress.org/support/users/dmohn/)
 *   [Topics Started](https://wordpress.org/support/users/dmohn/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dmohn/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dmohn/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dmohn/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dmohn/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dmohn/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Flashfader Not Showing in IE8](https://wordpress.org/support/topic/flashfader-not-showing-in-ie8/)
 *  Thread Starter [DMohn](https://wordpress.org/support/users/dmohn/)
 * (@dmohn)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/flashfader-not-showing-in-ie8/#post-1684181)
 * Sigh… Never mind. I deleted the photos, re-uploaded them, and now it works for
   some reason. Yay?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Website Works in everything But IE](https://wordpress.org/support/topic/website-works-in-everything-but-ie/)
 *  [DMohn](https://wordpress.org/support/users/dmohn/)
 * (@dmohn)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/website-works-in-everything-but-ie/page/3/#post-1454403)
 * Hi guys! Could you lend me a hand? I am having the same problem of everything
   just being tickety-boo in Chrome, Firefox and Safari, but when it comes to Internet
   Explorer (8 of all versions), I get nothing. However, when I run the site from
   my local test server, it works fine in IE8. Just not when I upload it to the 
   host.
 * Here’s how I’ve implemented it in the header.php code:
 *     ```
       <body <?php body_class(); ?>>
       <div id="wrapper" class="hfeed">
       	<div id="header">
       		<div id="masthead">
       			<div id="branding" role="banner">
       				<?php $heading_tag = ( is_home() || is_front_page() ) ? 'h1' : 'div'; ?>
       				<<?php echo $heading_tag; ?> id="site-title">
       					<span>
       						<a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
       					</span>
       				</<?php echo $heading_tag; ?>>
       				<div id="site-description"><?php bloginfo( 'description' ); ?></div>
   
       				<div id="header-image">
       					<div id="flashfader">
       						<!--Flashfader-->
       						<?php include (ABSPATH.'wp-content/flashfader/flashfaderhtml.txt'); ?>
       					</div>
       				</div>
   
       			</div><!-- #branding -->
   
       			<div id="access" role="navigation">
       			  <?php /*  Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>
       				<div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentyten' ); ?>"><?php _e( 'Skip to content', 'twentyten' ); ?></a></div>
       				<?php /* Our navigation menu.  If one isn't filled out, wp_nav_menu falls back to wp_page_menu.  The menu assiged to the primary position is the one used.  If none is assigned, the menu with the lowest ID is used.  */ ?>
       				<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
       			</div><!-- #access -->
       		</div><!-- #masthead -->
       	</div><!-- #header -->
       ```
   
 * Your help would make you the recipient of some super huge warm fuzzies.
 * Derek

Viewing 2 replies - 1 through 2 (of 2 total)