• Resolved csharper06

    (@csharper06)


    Well good Morning! afternoon or evening ! to everyone!

    Well i got a small problem. I have applied an 40% opacity effect on all of my thumbnails but in the selected one thumbnail i can not figure out how to remove that effect..

    Here is my css code {

    .sp-thumbnail { opacity: 0.4 ;
    filter: alpha(opacity=40) ;
    -moz-opacity: 0.4 !important;
    -khtml-opacity: 0.4 !important;
    -webkit-transition: all 1s ease !important;
    -moz-transition: all 1s ease !important;
    -ms-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
    transition: all 1s ease !important; }
    .sp-selected-thumbnail {
    opacity: 1 !important; filter: alpha(opacity=100) !important;
    border-color: transparent;
    border-left:0px !important;
    border-right:0px !important;
    border-top:0px !important;
    border-bottom:0px !important;}

    }

    • This topic was modified 3 years, 8 months ago by csharper06.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Help on Thumbnail effect’ is closed to new replies.