Background image problems
Can someone tell me why my background image is doing this?
background.jpg
My image is 1920x1080 but only a small strip of it is showing. It is also only present on the homepage it isn't on the other pages. The code I have in my style.css is this:
/* main */
body, html { margin:0; padding:0; background: url(images/background.jpg); }
p { margin:0; padding:0 0 8px 0;}