Wed Jun 23, 2004 1:39 am
Sun Jun 27, 2004 7:02 pm
jess1 wrote:How do you get a picture in the bottom right hand corner on your user lookup?
<style type="text/css">
image: url("http://images.neopets.com/pets/happy/wocky_fire_baby.gif"); background-repeat:no-repeat;background-position: right bottom;background-attachment: fixed;}
</style>
Mon Jun 28, 2004 2:53 pm
<style type="text/css">
body{background-image: url("http://images.neopets.com/pets/happy/wocky_fire_baby.gif");
background-repeat:no-repeat;
background-position: right bottom;
background-attachment: fixed}
</style>