@Justoverclock
Could you help me out with CSS please? I try to show the additional info to a discussion by on-mouse-over on the discussion, but I don't get it right. š
Tried - didn't work:
.replyCountBox {
display: none;
}
.DiscussionListItem:hover + .replyCountBox {
display: block;
}