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.
The forum of the forums
3 posters

    multiple user in one code?

    avatar
    BetterHax
    Forumember


    Posts : 304
    Reputation : 3
    Language : English,Tagalog
    Location : United State, Philippines

    Solved multiple user in one code?

    Post by BetterHax April 10th 2013, 10:06 am

    its possible to make multiple "/u1" in one code like this..

    Code:
    #chatbox a[href="/u1"]{
        padding-left: 25px;
        background: url(http://i676.photobucket.com/albums/vv125/cedricyuki/crown1_zpsccfb9606.png) no-repeat left;}

    example a[href="/u1 , u2 , u3"]


    Last edited by BetterHax on April 11th 2013, 5:55 pm; edited 1 time in total
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1411
    Reputation : 169
    Language : English
    Location : Bitcoin

    Solved Re: multiple user in one code?

    Post by E-Mark April 10th 2013, 10:15 am

    Give this a try:
    Code:
    a[href="/u1"], a[href="/u2"]{
        padding-left: 25px;
        background: url(http://i676.photobucket.com/albums/vv125/cedricyuki/crown1_zpsccfb9606.png) no-repeat left;
    }

    Just add a ',' symbol after the a[href].
    avatar
    BetterHax
    Forumember


    Posts : 304
    Reputation : 3
    Language : English,Tagalog
    Location : United State, Philippines

    Solved Re: multiple user in one code?

    Post by BetterHax April 10th 2013, 10:25 am

    i just need to add this code?

    Code:
    , a[href="/u2"]
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1411
    Reputation : 169
    Language : English
    Location : Bitcoin

    Solved Re: multiple user in one code?

    Post by E-Mark April 10th 2013, 10:26 am

    Yes Smile.
    Then change the /u2 to the url of the user you want to put it with.
    avatar
    BetterHax
    Forumember


    Posts : 304
    Reputation : 3
    Language : English,Tagalog
    Location : United State, Philippines

    Solved Re: multiple user in one code?

    Post by BetterHax April 11th 2013, 5:54 pm

    thanks its solve now
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: multiple user in one code?

    Post by Sanket April 11th 2013, 6:17 pm

    Topic Solved & Locked

      Current date/time is September 22nd 2024, 4:37 pm