question about user lookups
Moderator: Moderators
question about user lookups
How do you get a picture in the bottom right hand corner on your user lookup?

-
quicksilvery1pore
- PPT Trainee

- Posts: 627
- Joined: Mon May 31, 2004 10:08 am
- Location: Someday I'll find out.
Try number 45 of csshelp the Kougra's petpage.
Re: question about user lookups
jess1 wrote:How do you get a picture in the bottom right hand corner on your user lookup?
Code: Select all
<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>
-
Ma Twit
- PPT Toddler

- Posts: 110
- Joined: Mon Jun 14, 2004 3:18 am
- Location: Over here! Ha! Too slow! Over here! No...
You forgot a little bit...
... *only* a little bit
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 
Code: Select all
<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

