question about user lookups

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

Moderator: Moderators

Locked
Message
Author
jess1
PPT Student
PPT Student
Posts: 420
Joined: Mon May 31, 2004 1:05 pm
Location: Australia

question about user lookups

#1 Post by jess1 »

How do you get a picture in the bottom right hand corner on your user lookup?
Image
quicksilvery1pore
PPT Trainee
PPT Trainee
Posts: 627
Joined: Mon May 31, 2004 10:08 am
Location: Someday I'll find out.

#2 Post by quicksilvery1pore »

Axe
PPT God
PPT God
Posts: 2155
Joined: Thu Jun 10, 2004 4:21 pm

Re: question about user lookups

#3 Post by Axe »

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
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...

#4 Post by Ma Twit »

... *only* a little bit ;)

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 ;) You cant have a tiled BG imae, AND a set image down the bottom... at least, not that I've found out so far ;)
Locked