Avatar code fix plz!??!
2 posters
Page 1 of 1
Avatar code fix plz!??!
hello guys
I have problem in avatar code when I have place it on css ,Its works but the code make rank image big (the code apply avatar efeect on rank image)
how to fix it
this css code I had use it:
My version : Punbb
I have problem in avatar code when I have place it on css ,Its works but the code make rank image big (the code apply avatar efeect on rank image)
how to fix it
this css code I had use it:
- Code:
.user-basic-info a img {
background: none repeat scroll 0% 0% #FFF;
border: 1px solid #D5D5D5;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
height: 90px;
padding: 1px;
width: 90px;
}
My version : Punbb
Re: Avatar code fix plz!??!
GAME KING wrote:I'm wait plz fast
Hello,
Please do not double/triple post, your posts must be separated by at least 24hours. For this you have received a warning. Bumping your topic in such little time will not get you a reply any faster, please remember to read the rules.
thank you.
Change the property to max-height and width. This will only resize avatars that are greater than the value you specify :
- Code:
.user-basic-info a img {
background: none repeat scroll 0% 0% #FFF;
border: 1px solid #D5D5D5;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
max-height: 90px;
padding: 1px;
max-width: 90px;
}
Re: Avatar code fix plz!??!
Ange Tuteur wrote:GAME KING wrote:I'm wait plz fast
Hello,
Please do not double/triple post, your posts must be separated by at least 24hours. For this you have received a warning. Bumping your topic in such little time will not get you a reply any faster, please remember to read the rules.
thank you.
Change the property to max-height and width. This will only resize avatars that are greater than the value you specify :
- Code:
.user-basic-info a img {
background: none repeat scroll 0% 0% #FFF;
border: 1px solid #D5D5D5;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
max-height: 90px;
padding: 1px;
max-width: 90px;
}
Big big big thanks hahha
and sorry for my reply
the code was fix but when page load done the rank image same problem and I'm edit my post to this for staff not close the topic ,I hop you undrstand me
Similar topics
» Avatar Circle Code
» I need a code to show the profile image (avatar) for the logged in user
» Code: Select Content for code box
» When i paste a long code via [code][/code] the page expands
» Adding code into CSS Stylesheet but when saved less than half of the whole code gets saved! Help!
» I need a code to show the profile image (avatar) for the logged in user
» Code: Select Content for code box
» When i paste a long code via [code][/code] the page expands
» Adding code into CSS Stylesheet but when saved less than half of the whole code gets saved! Help!
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum