Tinyicons

Jul 18, 2008 16:02

User layout:
starpollo 
Problem areas: tinyicons
Layout reference: -
Any sample code: -

I switched on the boxer layout today and I have been editing the layout last few hours. Few things were easy to figure out, but there is one thing which is causing me an headache...

Is it possible to replace tinyicons like this:


to


to


I did try to add this code to the css box which I have used with component, but it didn't work *facepalm*

.ljuser img
{
width: 0px;
height: 0px;
background-repeat: no-repeat;
/*so that IE users will still see an image*/
background-image: url(http://img177.imageshack.us/img177/1280/commvl6.gif); /*change URL tor keep it*/
padding: 14px 0px 0px 13px;
}

.ljuser img[src="http://stat.livejournal.com/img/user.gif"]
{
background-image: url(http://img150.imageshack.us/img150/5245/userij8.gif); /*change URL tor keep it*/
padding: 13px 10px 0px 10px;
}

.ljuser img[src="http://stat.livejournal.com/img/community.gif"]
{
background-image: url(http://img177.imageshack.us/img177/1280/commvl6.gif); /*change URL tor keep it*/
padding: 16px 0px 0px 16px;
}

I really would appreciate your help :)
Previous post Next post
Up