Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Background Image Not Showing

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #70103
    TheDoc
    Member

    I see you’ve solved it, what was the problem?

    #302634
    ajsaule
    Participant

    Hey guys,

    Having the same issue.

    Wondering if someone can confirm this,

    my filepath

    file:///Users/asaule/Dropbox/html5theme_1/assets/css/images/banner.jpg

    HTML code;

    CSS code;

    #banner {

    background-image: url(/images/banner.jpg);
    background-attachment: fixed;
    background-position: center;
    /* border-top: solid 1px #005782; */
    box-shadow: inset 0px 1px 5px 0px #3e484f;
    padding: 35px 0 35px 0;
    display: block;
    

    }

    Please let me know if you have any tips

Viewing 2 posts - 16 through 17 (of 17 total)
  • The forum ‘CSS’ is closed to new topics and replies.