userpic hover over / footer

May 24, 2009 22:56

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... )

userpic

Leave a comment

Comments 3

dj_aidatest May 25 2009, 00:03:09 UTC
This is the code I used for changing the background of the userpic on hover: http://community.livejournal.com/cartonage/7581.html. I don't know enough to help you with the second issue, sorry.

Reply

unreal May 25 2009, 06:44:18 UTC
Thanks but that's not what I'm looking for. I want the background color of the userpic to change when you hover over it.

Reply


numinicious May 25 2009, 20:39:02 UTC
userpic hover:

.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

Up