hi this is my first post but i will be contributing a lot to the forum for as long as i can, i have searched the forums and found similar problems with answers but they have not worke don my site.
i have a background image which when customers zoom out seperated from the site
try it yourself at
www.arcanumaccessories.com
and hit ctrl + - etc
the code used is below and the site is hosted by volusion (who wrote the original code)
any help would be greatly appreciated
Thank you in advanced
[code]
body{
background-color: #000000;
background: url(../images/wallpaper.jpg) no-repeat;
background-attachment: fixed;
font: normal 12px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
margin:0;
padding:0;
text-align:center;
}
#page_wrapper {
width: 980px;
margin: 0 auto;
}
[code]