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.

Crown size?

2 posters

Go down

In progress Crown size?

Post by neb is krazy March 4th 2012, 3:27 am

I would like to add this crown to my forums before my name and it just dosent fit properly? The top and bottom get cut off a bit

this is the image : Crown size? CEfdC

and this is the code i'm using fo my css

.name strong a[href="/u1"]{
padding-left: 15px;
background: url(https://i.imgur.com/cEfdC.gif) no-repeat left;}
.gensmall a[href="/u1"]{
padding-left: 15px;
background: url(https://i.imgur.com/cEfdC.gif) no-repeat left;}

Plz help, thanks!
avatar
neb is krazy
New Member

Posts : 22
Reputation : 1
Language : english

Back to top Go down

In progress Re: Crown size?

Post by ankillien March 4th 2012, 6:43 am

Hi,

I'm not sure what exactly you are looking for, but you can try replacing the code with this...

Code:
.name strong a[href="/u1"]{
display: inline-block;
padding: 5px 0 5px 15px;
background: url(http://i.imgur.com/cEfdC.gif) no-repeat left;
}
.gensmall a[href="/u1"]{
display: inline-block;
padding: 5px 0 5px 15px;
background: url(http://i.imgur.com/cEfdC.gif) no-repeat left;
}

Hope it helps.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum