fuesch: (Default)
fuesch ([personal profile] fuesch) wrote2012-06-19 01:51 pm
Entry tags:

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.

[identity profile] the-other-sandy.livejournal.com 2012-06-19 10:20 pm (UTC)(link)
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.

[identity profile] the-other-sandy.livejournal.com 2012-06-19 10:46 pm (UTC)(link)
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.