Having trouble getting my CSS background to display in Dreamweaver. Previously, I had a picture set as the background of my website but now it won't change and only shows up as black – which is the background color.
Below is a snippet of the background code
.website {
background-position: 0%
%;
background-attachment: fixed;
max-width: 100%;
width: 100%;
background-image: url(../images/craig_sarah_57.jpg);
background-color: #000000;
}
Despite the code above, the background still displays as black.