Got a little techonology problem that you need fixed pronto? Post it here and we'll see what we can do.
Topic locked

question about user lookups

Wed Jun 23, 2004 1:39 am

How do you get a picture in the bottom right hand corner on your user lookup?

Wed Jun 23, 2004 7:23 am

Try number 45 of csshelp the Kougra's petpage.

Re: question about user lookups

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?


Code:
<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>

You forgot a little bit...

Mon Jun 28, 2004 2:53 pm

... *only* a little bit ;)

Code:
<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>


Edit: and that only works if it's the only background image you want ;) You cant have a tiled BG imae, AND a set image down the bottom... at least, not that I've found out so far ;)
Topic locked