Forums

partly transparent header? (2 posts)

  1. formtofollow
    Member
    Posted 3 months ago #

    Hi.
    I'm havin som difficulties with my header image. I have a .png header image which is partly transparent because I want the background image to be visible through the header. But thr header consist on having a white background...?

    please help.

    the site:
    http://www.formtofollow.com/

  2. doc4
    Member
    Posted 3 months ago #

    formtofollow,

    The CSS needs to be cleaned up quite a bit but the problem here is that the white background is an image. For a quick fix add the following:

    #page {
       margin: 200px auto;
       }
    
    #header {
       position: relative;
       top: -200px;
       }

    Again this is a quick, temporary fix that may not be accessible by all browsers but it should be enough to allow time to make full corrections to the style sheet code.

Reply

You must log in to post.

About this Topic