19 June 2012 @ 01:51 pm
code change for userheads  
If you're suddenly having problems with the display of custom-CSS userheads, just add !important before every semicolon in your userhead codes. Like so:

.ljuser img[src*="userinfo"] {
width: 0px !important;
height: 0px !important;
padding: 13px 0px 0px 12px !important;
background: url(http://fatfrog.info/Ma/A/layout/meins/ljuser.png) no-repeat !important;
}


If that doesn't do the trick, check out the comments here.
 
 
( Post a new comment )
[identity profile] the-other-sandy.livejournal.com on June 19th, 2012 10:20 pm (UTC)
What style is this for? I've had !important; in my codes all along, but I'm still having display problems. I use Mixit for my layout.
fuesch[personal profile] fuesch on June 19th, 2012 10:39 pm (UTC)
It's the same for all styles.
I looked at your LJ and the userheads are working - is it fixed or do you mean a different journal?
[identity profile] the-other-sandy.livejournal.com on June 19th, 2012 10:46 pm (UTC)
No, you were at the right one. After I left the comment here, I found a post by someone else saying to add .ljuser to the beginning of each userhead code. I must have just finished fixing them when you looked, 'cause I just finished fixing them. Thanks for taking a look though.