background for userpics

Jan 16, 2008 04:45

hi all,
i want to add a background image like this one to my userpics (so it looks like they have shadow), but i cant work out how to do it. i imagined it would be as simple as assigning a background url to my icons, but i cant actually find where in the code to do that (if indeed thats what i should be doing).

can anyone help?

userpic, background

Leave a comment

Comments 24

sunflower_pixie January 16 2008, 04:56:21 UTC


just popping in to say hi. sorry i'm of no help! :)

Reply

brownstudies January 16 2008, 05:00:27 UTC
LOL! Hi Staci! <3

Reply


babyelefant January 16 2008, 10:24:24 UTC
I'd try it with something like:

.entryUserinfo-usericon img{
border: 0;
background-image:url("http://img104.imageshack.us/img104/2050/commentuserpic2ku3.jpg") !important;
background-repeat:no-repeat;
padding:13px 15px 15px 13px;
}

Reply

brownstudies January 16 2008, 13:38:57 UTC
oh, thats wonderful, thank you!

i've managed to extend this to comments icons(.commentsUserinfo-usericon img, unsuprisingly), but how should i'd do it for my main profile/sidebox icon?

Reply

babyelefant January 16 2008, 13:50:01 UTC
Just add:

.entryUserinfo-usericon img
, img.profile-userpic{
border: 0;
background-image:url("http://img104.imageshack.us/img104/2050/commentuserpic2ku3.jpg") !important;
background-repeat:no-repeat;
padding:13px 15px 15px 13px;
}

P.S. I think you need to se the "Use layouts stylesheed" option to "no" with that layout

Reply

brownstudies January 16 2008, 13:55:24 UTC
thanks!

will it make too much difference if i dont? i lose the blue strip behind the menu bar if i do, but at the same time, i dont want to go breaking anyones browsers!

Reply


Leave a comment

Up