xLa_GaSoLiNax
09-27-2006, 10:41 PM
So I pretty much made this background that I tiled for my myspace, but I just want to add something. I want to add text to the bottom right-hand corner.
I've tried making another div layer, but then it just takes away the first background i have.
Any help would be greatly appreciated.
jazzberry
09-29-2006, 12:36 AM
did you try making a div and absolute positioning it?
And could you post the code you're using?
xLa_GaSoLiNax
09-29-2006, 12:50 AM
<style type="text/css">
body {
background-image:url('http://xs106.xs.to/xs106/06380/twisterbackgroundsmall.gif');
background-attachment:fixed;
background-repeat:repeat;
}
</style>
That's what I use for the background... and this is what I used for the text, but what happens is, it's not fixed, it scrolls with the page.
<div style="position: absolute; width: 167px; height: 45px; z-index: 1; right: 0px; bottom: 0px">
<img src="http://xs207.xs.to/xs207/06395/tWISTAAAAA2.gif">
</div>