Avatar code fix plz!??! Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Avatar code fix plz!??!

    Abdalah tupe
    Abdalah tupe
    Forumember


    Male Posts : 84
    Reputation : 5
    Language : Arabic,English
    Location : IRAQ

    Solved Avatar code fix plz!??!

    Post by Abdalah tupe March 19th 2014, 6:40 pm

    hello guys Hello 

    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
    Abdalah tupe
    Abdalah tupe
    Forumember


    Male Posts : 84
    Reputation : 5
    Language : Arabic,English
    Location : IRAQ

    Solved Re: Avatar code fix plz!??!

    Post by Abdalah tupe March 19th 2014, 6:41 pm

    I forget photo for this bug 
    this photo for problem
    Avatar code fix plz!??! Captur13
    Abdalah tupe
    Abdalah tupe
    Forumember


    Male Posts : 84
    Reputation : 5
    Language : Arabic,English
    Location : IRAQ

    Solved Re: Avatar code fix plz!??!

    Post by Abdalah tupe March 19th 2014, 6:42 pm

    I'm wait plz fast
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Avatar code fix plz!??!

    Post by Ange Tuteur March 19th 2014, 9:10 pm

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


    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;
    }
    Abdalah tupe
    Abdalah tupe
    Forumember


    Male Posts : 84
    Reputation : 5
    Language : Arabic,English
    Location : IRAQ

    Solved Re: Avatar code fix plz!??!

    Post by Abdalah tupe March 20th 2014, 6:14 am

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


    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  kiss hahha
     :rose:  :rose: 
    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  :rose: 
    Abdalah tupe
    Abdalah tupe
    Forumember


    Male Posts : 84
    Reputation : 5
    Language : Arabic,English
    Location : IRAQ

    Solved Re: Avatar code fix plz!??!

    Post by Abdalah tupe March 20th 2014, 11:38 am

    Solved by Ange Tuteur


    thanks to him


    close
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Avatar code fix plz!??!

    Post by Ange Tuteur March 20th 2014, 6:03 pm

    You're welcome Smile

    Topic solved and archived