Go Back

Simply replace NEW_AVATAR with the URL to the avatar image you want to use, and BG_COLOR with the background color
of the box the avatar is held in. If you want the box to be clear, put transparent.
Old School Profiles
#profile { background: BG_COLOR url("NEW_AVATAR") no-repeat left 90px; }
#sidebar .avatar
{
filter: alpha(opacity=0);
opacity: 0;
}
|
New Profiles
.details_panel img
{
filter: alpha(opacity=0);
opacity: 0;
}
.details_panel { background: BG_COLOR url("NEW_AVATAR") no-repeat 55px 42px; }
|

Go Back
This page was last updated on: January 12, 2007 @ 7:56am PST
|