Antrium A35D

Bir sonraki için en iyisini yap...

css hover sub css

.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');
                });
 

285 Okunma | 16.05.2023 11:21



YORUMLAR

Yorum Yaz
Hüseyin ÖZKAN Yazılım Uzmanı

C#,MVC,MSSQL,Windows Forms