/    Sign up×
Community /Pin to ProfileBookmark

Double background?

Hi everyone,

I would like to get a double background like this page: [url]http://www.alannahrose.com.au/home.php[/url]

At least I think it’s a double background.. when I right click on the top stripes, the menu says “Save background” and when I click on the bottom blue portion, it also says “save background” but doesn’t actually save anything.

How do I create something similar?

Thank you in advance!

to post a comment
CSS

5 Comments(s)

Copy linkTweet thisAlerts:
@FangOct 27.2008 — 2 layered background images.
Copy linkTweet thisAlerts:
@southlakeauthorOct 27.2008 — Hi Fang,

How do I create a 2-layered background image? Thanks!!
Copy linkTweet thisAlerts:
@cbVisionOct 27.2008 — This could be done like so,

<style type="text/css">

body {background: url('strippedbg.gif') repeat-y top left;}

#bg2 {background: url('overlayedbg.gif') no-repeat; width: 500px; height: 500px;}

</style>

<html>

<body>

<div id="bg2">

<p>text goes here</p>

</div>

</body>

</html>

You are setting a background image to the body, and then another background image to the div (which is ontop of the body).
Copy linkTweet thisAlerts:
@FangOct 28.2008 — You can also place an image in the html and body.

How you do this would depend on the effect you want to achieve.
Copy linkTweet thisAlerts:
@southlakeauthorOct 28.2008 — Thank you.
×

Success!

Help @southlake 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 5.19,
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: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

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