d4nc3 w1th m3
10-03-2004, 10:16 PM
ok, i have a picture url, but i need the code to make it transparent and at the bottom right corner, and it to be on top of all the words and everything. like its on top of the xanga. if you understand this , id be grateful if youd help =]
kitty_katt07
10-04-2004, 04:26 AM
Do you have an example..? I don't understand what you mean by 'like its ontop of the xanga'. But if you mean just putting it in the bottom corner, try this.. I don't think you can give it a transparent background, just try changing the color of the background to the color of the pictures..
<style>
body
{ background: F7F0D4 url("URL");
background-attachment: scroll;
background-position: bottom right;
background-repeat:repeat-y;
)}
</style>