CSS – BG not repeating w/out weird workarounds :)
-
Site: http://www.bunnysbeauty.com
If you look at it now it looks like it’s working until you scroll down and the background stops repeating.
I’m trying to get those half-circle sidebars (well it’s only one image right now) to repeat vertically w/out resorting to using min-height (as I currently am)
Problem w/ current method is that w/ the future possibility of multiple posts of varying sizes I’ll need the repeat to be flexible.
I’ve tried methods that have worked in the past off of wordpress, but trying it on wordpress it seems there’s some issue,
Help greatly appreciated!!!!
(excerpt from stylesheet)
body { background-color: #F393BD;
background-attachment: fixed;
background-position: bottom;
background-image:url(../../../images/bgimage.png);
background-repeat: repeat-x;
margin: 0;
padding: 0;
color: black;
font-family: Arial, Helvetica, sans-serif; }#wrap { position: relative;
top: 0;
width: 920px;
margin-right: auto;
margin-left: auto; }#wrapper { position: absolute;
width: 920px;
margin-left: auto;
margin-right: auto; }#bar { position: relative;
top: 0;
left: 0;
width: 920px;
min-height: 900px;
background-image: url(../../../images/sides.png);
background-repeat: repeat-y;
background-position: top left;
z-index: -2; }The blog I need help with is: (visible only to logged in users)
-
The blog you specified at bunnysbeauty.com does not appear to be hosted at WordPress.com.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
- The topic ‘CSS – BG not repeating w/out weird workarounds :)’ is closed to new replies.