• ram108

    (@ram108)


    See screen here:
    https://hkar.ru/lB9o

    Possible FIX, but have to test:

    /* TOP TOP PLUGIN */
    .scrollup {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"!important;filter: alpha(opacity=20)!important;opacity: 0.2!important;
        -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;
    }
    .scrollup:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"!important;filter: alpha(opacity=50)!important;opacity: 0.5!important;
    }

    https://www.ads-software.com/plugins/smooth-page-scroll-to-top/

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Wrong view in IE’ is closed to new replies.