Lovely, but I think I'm doing something wrong. My BG image is distorted. I tried a few different ones, and they all did the same thing. Did I mess something up? :p
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
( ... )
Hi, just dropped by to say that I have taken this layout code for my personal journal as well as a profile code from your past entries with a few tweaks and have credited both to you on my profile.
Comments 46
Reply
Reply
Reply
Reply
Reply
Reply
cassie-faith.livejournal(.)com
Reply
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 ( ... )
Reply
Reply
Reply
With thanks! :-)
Reply
Reply
Leave a comment