Inuyasha2087
09-06-2004, 07:33 PM
Hi! I wanted to add a repeating picture in my xanga today after seeing a page just like it in here (http://www.neopets.com/browseshop.phtml?owner=cutiekim91), and I found a "text/css" code (http://www.sitepoint.com/forums/showthread.php?t=141653) which I could use to add a picture of falling cherry blossoms (http://www.boomspeed.com/sfhelpers/backgrounds/83.gif) on my page. But when I tried it, it would make my background disappear, which is replaced by the cherry blossoms. Is there a way to modify the code at the bottom so it wont replace my background? Thanks a lot!! :D :)
<style type="text/css">
html {
background:#fff;
background-image: url(img.gif);
background-repeat: repeat-y;
background-position: left top;
height:100%;
margin:0;padding:0;
}
body {
background-image: url(img.gif);
background-repeat: repeat-y;
background-position: right top;
height:100%;
margin:0;padding:0;
}
</style>
<style type="text/css">
html {
background:#fff;
background-image: url(img.gif);
background-repeat: repeat-y;
background-position: left top;
height:100%;
margin:0;padding:0;
}
body {
background-image: url(img.gif);
background-repeat: repeat-y;
background-position: right top;
height:100%;
margin:0;padding:0;
}
</style>