Jilly
12-31-2004, 08:13 PM
this is my code
<style type="text/css">
body{background-image: url(http://img.photobucket.com/albums/v293/jillywilly721/backgrounds/sponge.png;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top-right;
</style>
and it wont show up at all..just a white bg..ive had other 1024x768 bg's that ive made and those show up fine but when i want a full bg, nothing works
PLEASE HELP!!
tokyo bleu
12-31-2004, 08:30 PM
<style type="text/css">
body{background-image: url(http://img.photobucket.com/albums/v293/jillywilly721/backgrounds/sponge.png);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top-right;
</style>
You were missing a parenthesis.
bourdelson
12-31-2004, 08:32 PM
You're missing the closing parethesis in the background-image field, and had a dash in between top and right [which I don't think needs to be there].
<style type="text/css">
body{background-image: url(http://img.photobucket.com/albums/v293/jillywilly721/backgrounds/sponge.png);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top right;
</style>
Try that and see if it works.
Edit: Oops, a little late. ^.^
Jilly
01-01-2005, 12:25 AM
thanks those did work but it still wont cover my whole lookup..just a small pic in the corner
http://www.neopets.com/randomfriend.phtml?user=jillywilly721
tokyo bleu
01-01-2005, 01:20 AM
That's because it's not a large image. You could take away background-repeat: no-repeat;, but that will, of course, make your image repeat itself.
Jilly
01-01-2005, 01:20 AM
thanks those did work but it still wont cover my whole lookup..just a small pic in the corner
http://www.neopets.com/randomfriend.phtml?user=jillywilly721
i want the bg to look like this--as one big bg
http://www.neopets.com/randomfriend.phtml?user=nicnat2004
That's because it's not a large image. You could take away background-repeat: no-repeat;, but that will, of course, make your image repeat itself.
the bg was 1024x768...that wont work??
Jilly
01-01-2005, 01:22 AM
That's because it's not a large image. You could take away background-repeat: no-repeat;, but that will, of course, make your image repeat itself.
the bg was 1024x768...that wont work??
tokyo bleu
01-01-2005, 01:25 AM
That user's background is 1047 x 634, which is why it's big. Yours, on the other hand, is 324 x 243. You cannot "stretch" it using CSS.
Jilly
01-01-2005, 01:28 AM
That user's background is 1047 x 634, which is why it's big. Yours, on the other hand, is 324 x 243. You cannot "stretch" it using CSS.
but my problem is that when i did the bg on psp, it was 1024x768...i dont know why its showing up so small
tokyo bleu
01-01-2005, 01:34 AM
Well, we don't know why it's like that. It's not our image, it's yours. Perhaps you uploaded the wrong file? Try upload it again.
Jilly
01-01-2005, 01:43 AM
well i guess i wasnt made to make lookups like that then..thansk anyways