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 Reply To: [Solved] Background Image Not Showing

#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