I'm not very good with CSS coding but I can figure out some things. This however, is driving me crazy. I'm trying to personalize the images that are used for individuals and communities, such as LJ's little blue man. I've read everything I could find in the community and still can't find the error
(
Read more... )
Comments 11
So. Does this work:
img[src*=\"userinfo.gif\"], img[src*=\"userhead\"] {
width: 0;
height: 0;
background-repeat: no-repeat;
background-image: url(http://img.photobucket.com/albums/v61/Fairewench/LJ%20Layouts-View%20Only/tiny%20icons/ruby.png) !important;
padding: 16px 16px 0px 0px !important;
}
img[src*=\"community.gif\"] {
width: 0;
height: 0;
background-repeat: no-repeat;
background-image: url(http://img.photobucket.com/albums/v61/Fairewench/LJ%20Layouts-View%20Only/tiny%20icons/coins.png) !important;
padding: 16px 16px 0 0 !important;
}
Reply
Reply
Reply
And you said the code would go at the very end of the CSS box, right? Would any other LJUser icon coding have to be deleted first before using your generator?
Reply
Reply
Thanks for your reply!
Reply
.ljuser img[src*="userinfo.gif"]
{
background: transparent url(http://img.photobucket.com/albums/v61/Fairewench/LJ%20Layouts-View%20Only/tiny%20icons/ruby.png) no-repeat 0 0 !important;
padding: 16px 0px 0px 16px;
Having both the .ljuser img and .ljuser img[src*="userinfo.gif"] is messing up the community userheads.
Reply
Reply
Reply
Leave a comment