Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter DMohn

    (@dmohn)

    Sigh… Never mind. I deleted the photos, re-uploaded them, and now it works for some reason. Yay?

    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)