I just started on the first site I completely made on my own and I have ran into my first problem. The site is www.sdvargas.com I have a large background image that needs to line up with the page content, the site loads fine in all web browsers except with firefox when I make the window smaller than the div wrapper weird stuff starts happening, and on iOS devices the background is just way to small.
Here is the CSS for the background
any way I could fix this?
Here is the CSS for the background
Code:
body {
padding: 0;
margin: 0;
background: #000000 url("images/background.jpg") no-repeat center top;
width: 100%;
display: table;
}
any way I could fix this?