Forums

partly transparent header? (3 posts)

  1. formtofollow
    Member
    Posted 2 years 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 2 years 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.

  3. betts
    Member
    Posted 2 years ago #

    Hi doc4

    I have a similar problem, where the header should be semi transparent but needs to stay at the very top of the page.

    I think it almost works, there is only this wide background image in the way - I think.

    any ideas??

    blog.betts.com.au

    Thanks

Topic Closed

This topic has been closed to new replies.

About this Topic