icon before username

Mr. Ganesha at 16h07
04
Jan
2012
there are something wrong, please help me...
"The Icon double"



It isn't normal..
i'm using this code in the css stylesheet..
Code:
            p a[href="/u1"], .forabg a[href="/u1"],  .forumbg a[href="/u1"], .postprofile strong a[href="/u1"], .page-bottom a[href="/u1"], #chatbox_members a[href="/u1"], .module a[href="/u1"] {
                background: url("http://illiweb.com/fa/admin/couronne.png") no-repeat;
                padding-left: 20px;
                padding-top: 2px;
            }
a[href="/u41"] {
    background: url("http://i47.servimg.com/u/f47/17/07/17/12/glitte10.gif");
}
1 Reva-bosS, on 04/01/2012 at 16h08
Code:
        a[href="/u1"] {
            background: url("http://illiweb.com/fa/admin/couronne.png") no-repeat;
            padding-left: 19px;
            padding-top: 2px;
        }


this is the code
2 Nera., on 05/01/2012 at 00h56
Hi,

Use only this script, put it in your AP > Modules > JS managment and mark all pages.

The script will work on all versions and you wont have problems with glitches.

Code:
/* Kruna ispred nicka administratora. By BubbleDreams 2011 -
AdminCentar.net . Nemoj uklanjati copyright! Don't remove copyright! */

$(function() {
if($('a[href="/u1"] span strong')){
            $('a[href="/u1"] span strong').before('<img src="http://cdn2.iconfinder.com/data/icons/ledicons/crown.png" border="0" />');
    }
});
3 Mr. Ganesha, on 06/01/2012 at 05h47
Ok, thank's Nera..
Topic Solved
4 Sanket, on 06/01/2012 at 08h04
Topic Solved & Locked
Similar topics
Would anyone here know how to add an icon before a specific username on PHPBB2 using CSS? Thanks in advance!
need help on getting icon after username.
Hi! Could you helo me step by step process of how to change one's username color and put an image under it THank you!
Replies 1 to 4 on 4 for "icon before username"
See also
more_less
Informations

4 Replies For the topic :
"icon before username"

This topic has been viewed 741 times.

Last message :
04/01/2012 at 16h07 by "Mr. Ganesha"