Put a graphic beside users name ~ at Runboard.com
Welcome: You have reached Pastor Rick's Design Elements message board... The board dedicated to constructing NEW and unique skins and layouts using primarily RunBoard hosted graphic elements and helping others... Enjoy your stay and please tell others about this board...
Design Elements
 CSS Snippets
  Put a graphic beside users name
Support  Search

runboard.com       Sign up (learn about it) | Sign in (lost password?)


 
Pastor Rick
Head Administrator
Global user (premium)

Registered: 07-2005
Location: Texas Country
Posts: 292
Karma: 4 (+4/-0)
Avatar
Reply | Quote
Put a graphic beside users name


quote:

How do I put a graphic beside the users name like you have here?

To do this the easy way first pick a graphic that is within 1px of your font size height-wise then in your custom CSS put:

/* USER NAME DECOR */
span.postlistusername {padding-left: 15px; background:url('http://www.image host/your image.gif') top left no-repeat;}

Replace the part I have bolded with the url to your image or this won't work. Also, if you look at the graphic I used you will see that it is 13px wide so I gave my left padding 2 extra pixels to give some separation between the graphic and the users name.

quote:

What if I want different graphics for myself as the board owner, my admins, and my mods?


You can do that but be careful because there is a CSS limit of 15000 characters and you can use that up really fast. Here is the code:

.postlistusername a[href$=user_name]:link, .postlistusername a[href$=user_name]:visited {
 padding-left: 20px; background:url(http://www.image location/image name.gif) left center no-repeat;
}


The user name will always be in lower case and there is a underscore in place of the blank spaces between names (for example: Pastor Rick will be pastor_rick).

Last edited by Pastor Rick, 8/23/2008, 11:25 pm


---
Image
·TNZ·DE·TRD·ITB·
8/21/2008, 9:11 am Send Email to Pastor Rick   Send PM to Pastor Rick MSN Blog
 


Add a reply






Powered by AkBBS 0.9.5b  -  Link to us   -  Blogs   -  Hall of Honour   -  Chat
Click here to get your own free message board
You are not logged in (login)      This Board's Date and Time: 11/24/2009, 2:03 pm