Background image to cover entire background
Hi,
As a preface, I have looked over all similar threads, and the only one that answers the question pertains to Classipress so it wasn't of much help for me.
I am trying to have a background image on my website cover the entire background. I also want it fixed as I scroll. I managed to make the image fixed, but it only shows up on the top half of the website. Correct me if I am wrong, but I believe this is what needs changing:
body {
height:100%;
color: #333;
font: normal normal normal 0.75em/normal Arial, Helvetica, sans-serif;
background: #E4E4E4 url('images/back4.jpg') repeat-x 0 0;
border-top:2px solid #DDD;
}
What needs to be done to remove that pesky border that is preventing my picture from being the entire background? Thanks