Is there a code that when you hover over your userpic in your entry that the background-color changes?
I have free account
My footer-menu over at
chungae is right under my entry. But I want it further under my entry. But no matter what I try it stays there.
/*stylesheet by eunhyuk@obscure
(
Read more... )
Comments 3
Reply
Reply
.entryUserinfo-usericon img {
background: #COLOR_ONE;
}
.entryUserinfo-usericon img:hover {
background: #COLOR_TWO;
}
moving footer-menu:
Try putting margin-top: ###px; to push the footer ### amount of pixels down from the entry?
Reply
Leave a comment