.tp81:hover .tp81b {
height: 100%;
opacity: 1;
transform: rotate(0deg) scale(1);
}
$('.tp81').hover(function () {
/* $(this).css('background-color', '#F00');*/
$(this).parent().find('b').css('color', '#FFF');
},
function () {
$(this).parent().find('b').css('color', '#222');
});
C#,MVC,MSSQL,Windows Forms