Hi
I want to have a fixed background image that will stick the the border of my site. I want to know how to do this because I have added a background image, which looks like this:
body {
margin: 0;
padding-top: 0px !important;
font-family: arial, helvetica, sans-serif;
font-size: 0.72em;
color: #333333;
line-height: 17px;
background: url("../images/Battlefield3text.png") no-repeat 1150px 50px;
background-position: fixed;
}
... and it works fine on a 4:3 screen, but on a 16:9 or 16:10 screen it does not even view the image.
The code is still in place on my site:
pcselect.co.za
Thank you for your help
S


Reply With Quote
