Forum Replies Created

Viewing 1 replies (of 1 total)
  • I’m working on a site for a friend with sliding door. I added an image to the header by putting under the wrapper.

    #wrapper {
    width: 940px;
    margin: 0 auto;
    text-align: left;
    	position: relative;
    	background-color:#ada299;
    	background-repeat:no-repeat;
    	padding:20px;
    		background-image:url(img/thanks-oliver.jpg);
    	background-position:top;
    	border-style:solid;
    	border-color:#fff;
    	border-bottom-style:double;
    
    }
Viewing 1 replies (of 1 total)