81. Shaded Glory

Nov 12, 2013 13:14

Layout Style: S2 Flexible Squares
Features: large background image, custom userpics, entry shadow, entry shading
Layout Width: 1000px
Inspired by: mintyapple


Read more... )

image: background, topic: stock, feature: userpic, layout-color: white, layout-color: gray, topic: season, topic: places, feature: background, !all-layouts

Leave a comment

sireesanwar November 15 2013, 20:38:19 UTC
Oops.

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

cassie_faith November 17 2013, 04:44:07 UTC
Thank you! That fixed it.

Reply

sireesanwar November 18 2013, 22:20:35 UTC
So glad we fixed it.

Reply


Leave a comment

Up