First you see how there are two options for a background. The first one is for something like snow... like I have here. You can leave it blank. Second the back-ground size for an image like I used (the Scottish Highlands) is a really big picture so cover means it will fill the screen but be fully visible meaning it adjusts to whatever resolution is viewing it.
With a reoccurring image like you are using change cover to none or remove that line altogether. I've altered the above coding.
Okay so here is the reason for the issue...
body{
background-color: #52656B;
background-image: url(), url(http://i1253.photobucket.com/albums/hh599/cassie_faith/3913152_orig_zps1429e1a6.png);
background-repeat: repeat, repeat;
background-attachment: fixed, fixed;
background-size: none, none;
background-position: left bottom, center bottom;
color: #717171;
font-family: "lucida grande", "lucida sans", trebuchet ms, arial, sans-serif;
font-size: 12px;
margin: 10px 0 20px 0;
}
First you see how there are two options for a background. The first one is for something like snow... like I have here. You can leave it blank. Second the back-ground size for an image like I used (the Scottish Highlands) is a really big picture so cover means it will fill the screen but be fully visible meaning it adjusts to whatever resolution is viewing it.
With a reoccurring image like you are using change cover to none or remove that line altogether. I've altered the above coding.
Reply
Reply
Reply
Leave a comment