View Full Version : Just a quick question :)


Stephaniexx
01-12-2005, 05:36 PM
Hi!

If you visit my userlookup (http://www.neopets.com/randomfriend.phtml?user=o0miss0o)
You see there's a background right? Well I want the background to be COMPLETELY to the right, like my friend has

(http://www.neopets.com/randomfriend.phtml?user=boonzo_jr)

but it wont work.. heres the part of the code I have;

BODY { background-image: url("http://members.lycos.nl/stephaniel15/Queenfaebg.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-position: bottom-right}

Why wont it work?

Thanks
Stephanie

xx_eeyore
01-15-2005, 02:14 PM
<style type="text/css">
img{filter:alpha(opacity=100);}
table{background:transparent;}
body {background: url(INSERT URL HERE) no-repeat bottom right fixed}
</style>

Hope that works!!!