html = can you have 2 backgound images?

greggustin

OSNN Addict
Joined
7 Jan 2006
Messages
166
I have a small weaev gif that looks good when tiled as background image
(ie I hate white html pages)

but I now also want a watermark gif to lay over the background
is this possible?
 
Thread moved to Coding & Design.
 
Is this not a CSS trick? Let me reseach, I'm not sure.
 
Set the body's background as your tiled background image.

create a div that contains the entire body and set that div's background to your watermark.

Code:
<body>
<div style="width:100%;height:100%;background-image:url('link/to/image');">
// content
</div>
</body>


You can also use css positioning to put the watermark wherever you want instead of using a full-body div.


Code:
<html>
<head><title>Foo</title>
</head>
<body style="background-image:url('osnn_tile.gif');margin:0px;">
<div style="width:100%;height:100%;background-image:url('osnn_watermark.gif');">
<br /><br /><br />
<br /><br /><br />
<br /><br /><br />
<br /><br /><br />
<br /><br /><br />
<br /><br /><br />
</div>
</body>
</html>

Demo: http://albybum.net/temp/osnn_watermark.html
 
Last edited:
would z-index and div elements do the trick? absolute positioning of course.
 
easiest thing is set one for the html tag and one for the body tag in the external CSS file
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back