• A new and exciting problem that I can’t solve, any help would be greatly appreciated!!

    Trying to get the logo to appear in front of the background for atomic.dwgroup.co.nz is proving difficult. It works on the other sites I have using the same template but this one wont. It doesn’t seem to matter on what php file I put it, it stays behind the background.

    <!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" <?php language_attributes(); ?>>
    
    <head profile="https://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    
    <title>Atomic Inc, hospitality branding and creative specialists</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('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    <?php wp_head(); ?>
    </head>
    <body>
    <div id="bg"><table cellpadding="0" cellspacing="0"><tr><td><img alt="" src="https://atomic.dwgroup.co.nz/wp-content/themes/citydreams copy/images/bg1.jpg" /></td></tr></table></div>
    <div id="logo"><img src="https://atomic.dwgroup.co.nz/wp-content/themes/citydreams/images/logo.png" alt="" /><a>" title="ATOMIC INC"></a></div>
    <div id="menu">
    		<h1><a>"></a></h1>
    		<div></div>
    
    <ul>
    			<li <?php if ( is_page('home') ) { ?>class="cur"<?php } else { ?><?php } ?>><a href="home">HOME</a>
               <?php if ( is_page('home') ) { ?>
    		</ul>
    <ul>
    <li><a href="specials">SPECIAL DEALS</a></li>
    <li><a href="https://dwgroup.co.nz/extranet">CLIENT LOGIN</a></li>
    </ul>
    	<?php } else { ?><?php } ?>
    			<li <?php if ( is_page('ventures') ) { ?>class="cur"<?php } else { ?><?php } ?>><a href="ventures">OUR VENTURES</a>
                <?php if ( is_page('ventures') ) { ?>
    
    <ul>
    			<li <?php if ( is_page(love) ) { ?>class="cur"<?php } else { ?><?php } ?>><a href="https://wm.dwgroup.co.nz">WILSON MEDIA</a>
    			<li <?php if ( is_page(about) ) { ?>class="cur"<?php } else { ?><?php } ?>><a href="https://custombook.dwgroup.co.nz">CUSTOM BOOK</a>
    			<li <?php if ( is_page(about) ) { ?>class="cur"<?php } else { ?><?php } ?>><a href="https://invito.dwgroup.co.nz">INVITO</a>
    			<li <?php if ( is_page(about) ) { ?>class="cur"<?php } else { ?><?php } ?>><a href="https://atomic.dwgroup.co.nz">ATOMIC INC</a>
    		</ul>
    	<?php } else { ?><?php } ?>
    			<li <?php if ( is_page('environmental') ) { ?>class="cur"<?php } else { ?><?php } ?>><a href="environmental">ENVIRONMENTAL</a>
                <?php if ( is_page('environmental') ) { ?>
    
    <ul>
    			<li <?php if ( is_page(love) ) { ?>class="cur"<?php } else { ?><?php } ?>><a href="paper">PAPER</a>
    			<li <?php if ( is_page(about) ) { ?>class="cur"<?php } else { ?><?php } ?>><a href="print">PRINTING</a>
    			<li <?php if ( is_page(about) ) { ?>class="cur"<?php } else { ?><?php } ?>><a href="recycling">RECYCLING</a>
    		</ul>
    	<?php } else { ?><?php } ?>
    			<li <?php if ( is_page(contact) ) { ?>class="cur"<?php } else { ?><?php } ?>><a href="contact">CONTACT</a>
                 <?php if ( is_page(contact) ) { ?>
    
    	<?php } else { ?><?php } ?>
    
    	</div>

    The CSS for it is

    #logo {
    top : 30px;
    position: absolute;
    }
    #logo a {
    display : block;
    width : 160px;
    height : 200px;
    z-index : 9;
    }

    Any help would be great.

  • The topic ‘Image issues’ is closed to new replies.