/    Sign up×
Community /Pin to ProfileBookmark

Repeat 2 different bgs

This is my layout [url]http://www.animedemo.co.cc/test/[/url]
I have 2 backgrounds one is repeating for the left side and one for the right side. The problem is the right side doesn’t repeat bg colour #34A8C1. How can I fix this?

[CODE]* {
margin: 0px;
padding: 0px;
}

body {
background-color: #34A8C1;
background-image: url(images/bgcross.jpg);
background-repeat: repeat-x;
}

#wrapper {
background-color: #34A8C1;
height: 884px;
width: 970px;
margin-right: auto;
margin-left: auto;
background-image: url(images/banner.jpg);
background-repeat: no-repeat;
}

#content {
background-color: #FFF;
position: relative;
top: 244px;
height: 500px;
width: 970px;

}

#left {
background-image: url(images/side.jpg);
height: 884px;
width: 218px;
position: relative;
left: -218px;
float: left;
}[/CODE]

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@mikewgdJan 11.2011 — Can you provide a link? You can do multiple backgrounds for an element by just putting in another url('images.jpg'), url(image22.jpg');
×

Success!

Help @Ruriko spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 4.29,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...