Forums

[resolved] header only display correctly in firefox? (3 posts)

  1. jmyers1643
    Member
    Posted 3 years ago #

    for whatever reason the header image i have added to the template im using only shows up in firefox?

    using wordpress
    the div im trying to show is "himage"

    header.php code

    <div id="header">
    <a href="<?php bloginfo('url')?>" id="logo"><?php if ($dc_logo=='') bloginfo('name'); else {?><img src="<?php echo $dc_logo; ?>" height="90" /><?php } ?></a>
    <p id="description"><?php bloginfo('description'); ?></p>
    </div>
    <div id="himage">
    
    </div>

    style.css code

    /* H-IMAGE */
    #himage { display:block; background:#666 url(images/himage.png)no-repeat; width:779px; height:200px; margin: 0px 0px 15px; border-bottom:1px dotted #582b23;}

    any suggestions?

  2. dsdeur
    Member
    Posted 3 years ago #

    Can you maybe send a link, that will give a lot more information about your problem.

    Greetz,

    Durgé
    Dimics.com

  3. jmyers1643
    Member
    Posted 3 years ago #

    dseur thanks for your reply but seems i have fixed it
    there was an extra "/" in my css that was breaking it

    thanks

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.