by Bones! February 9th 2015, 3:44 am
_Twisted_Mods_ wrote:you can thank ange he gave to me yesterday
replace the color
#52BCE3 with the color of the group
replace yourimage.gif with with a image url of your choice
- Code:
.user[style="color:#52BCE3"] span:before, #chatbox_members span[style="color:#52BCE3"] span:before {Ā content:url(yourimage.gif);Ā margin-left:-17px;Ā vertical-align:top; }
Alright, so this worked on my test forum.. but not my other forum.
- Code:
.user[style="color:#000000"] span:before, #chatbox_members span[style="color:#000000"] span:before { Ā content:url(http://i565.photobucket.com/albums/ss95/Klan_Kao/Staff-1.png; Ā margin-left:-17px; Ā vertical-align:top; }
That's the code I created, and it worked fine. However... it only worked one one of my forums...
I know the CSS has be be in a certain order for it to work... I'll be more than glad to PM my CSS. However, my codes go in the order of
#ChatboxMembers, then my Codebox code, followed by my code that rounds images.... so like... what do i do?