off/online icon 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.
3 posters

    off/online icon

    xiaomah01
    xiaomah01
    Forumember


    Male Posts : 206
    Reputation : 7
    Language : English|Chinese|malay
    Location : malaysia

    Solved off/online icon

    Post by xiaomah01 December 13th 2011, 9:22 am

    off/online icon how to move to after username?
    off/online icon 4Ib8I off/online icon FJYvcoff/online icon IbVWJ

    i using code is
    Code:
     <span class="name"><a name="{postrow.displayed.U_POST_ID}">{postrow.displayed.POSTER_NAME}</span></a>  <div class="off-on-line" title="offline" >{postrow.displayed.ONLINE_IMG}</div>


    css:
    Code:
    .off-on-line {width:15px;height:16px;background:url(http://i40.servimg.com/u/f40/16/90/32/99/online12.gif);}


    Last edited by xiaomah01 on December 13th 2011, 10:27 am; edited 1 time in total
    c3vietk
    c3vietk
    Forumember


    Male Posts : 65
    Reputation : 41
    Language : Vietnamese, HTML, Javascript, C#, PHP
    Location : Vietnam, HCMc

    Solved Re: off/online icon

    Post by c3vietk December 13th 2011, 9:33 am

    replace css with
    Code:
    .off-on-line {width:15px;height:16px;background:url(http://i40.servimg.com/u/f40/16/90/32/99/online12.gif);display:inline-block}
    xiaomah01
    xiaomah01
    Forumember


    Male Posts : 206
    Reputation : 7
    Language : English|Chinese|malay
    Location : malaysia

    Solved Re: off/online icon

    Post by xiaomah01 December 13th 2011, 9:44 am

    c3vietk wrote:replace css with
    Code:
    .off-on-line {width:15px;height:16px;background:url(http://i40.servimg.com/u/f40/16/90/32/99/online12.gif);display:inline-block}

    u are third time helping me again Very good Very good Very good

    can we be friend? cheers


    opp... find another problem... scratch

    how can minimum username?because some member name too long...become this
    off/online icon Ajl7B
    c3vietk
    c3vietk
    Forumember


    Male Posts : 65
    Reputation : 41
    Language : Vietnamese, HTML, Javascript, C#, PHP
    Location : Vietnam, HCMc

    Solved Re: off/online icon

    Post by c3vietk December 13th 2011, 10:13 am

    welcome Smile

    you can try this code :-s add to css
    Code:
    .poster-profile {display:block}
    .name {display: inline-block;max-width: 100px}
    xiaomah01
    xiaomah01
    Forumember


    Male Posts : 206
    Reputation : 7
    Language : English|Chinese|malay
    Location : malaysia

    Solved Re: off/online icon

    Post by xiaomah01 December 13th 2011, 10:27 am

    c3vietk wrote:welcome Smile

    you can try this code :-s add to css

    become this
    off/online icon KNSQc

    but is ok~ cheers thumleft thumright

    i will remenber u Very good

    solved salut
    RoNo
    RoNo
    Active Poster


    Male Posts : 1270
    Reputation : 135
    Language : English
    Location : Laguna Beach, California

    Solved Re: off/online icon

    Post by RoNo December 13th 2011, 11:09 am