Forums

Two Background Images (3 posts)

  1. woodskateboards
    Member
    Posted 3 years ago #

    Hello.
    My website I am working on is http://www.knockonwoodskateboards.com/logblog/.

    I have a logo image that I would like to hide behind my main content area. As you may notice, if the users screen is too small, the logo image will overshadow the header.

    My current style sheet coding:

    #kow_logo{
    height:442px;
    position:absolute;
    top:0;
    left:0;
    }

    My current php header code for the logo:

    <body>
    <div id="kow_logo"><img src="http://knockonwoodskateboards.com/logblog/wp-content/themes/coffee/images/logo2.png" alt="knock on wood skateboards" /></div>

    Thank you for any answers anyone can provide me. Please let me know if I need to include any addition information to make my problem more clear.

  2. woodskateboards
    Member
    Posted 3 years ago #

    bump

  3. esmi
    Theme Diva & Forum Moderator
    Posted 3 years ago #

    Add:

    position:relative;
    z-index:500;

    to #blogtitle. It will force the title block to overlay the logo. Repeat for the banner etc if necessary.

Topic Closed

This topic has been closed to new replies.

About this Topic