Sun Mar 05, 2006 2:58 am
Sun Mar 05, 2006 3:12 am
C_Lady wrote:What's a good size for a gallery background picture so that it won't repeat the image? I am trying to get a background up, but the image repeats right down the middle of the page and it's making me crazy.
Sun Mar 05, 2006 4:16 am
<style>
body
{
background-image:
url('http://somewebsite.com/whatever.gif');
background-repeat:
no-repeat;
background-attachment:
fixed;
background-position: center;
}
</style>
Sun Mar 05, 2006 8:43 am
Sun Mar 05, 2006 8:53 am
Mon Mar 06, 2006 2:48 am
Mon Mar 06, 2006 7:10 am
stampsyne wrote:Different computers have different monitor settings. If you have 600*800 then it will fill your whole screen but people who have 1250*768 will have the image repeat
the most common size is 1250*768 though