The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    Fade and light images

    avatar
    DareDev1l
    Forumember


    Posts : 103
    Reputation : 2
    Language : English

    Solved Fade and light images

    Post by DareDev1l June 23rd 2015, 3:50 am

    i Want a code that makes all the Forum Pictures Fade and light only when u pass on it
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Fade and light images

    Post by Ange Tuteur June 23rd 2015, 11:24 am

    Hello,

    Add the following rule to your stylesheet.
    Display > Colors > CSS stylesheet
    Code:
    img {
      opacity:0.7;
      transition:300ms;
    }

    img:hover { opacity:1 }
    avatar
    DareDev1l
    Forumember


    Posts : 103
    Reputation : 2
    Language : English

    Solved Re: Fade and light images

    Post by DareDev1l June 24th 2015, 3:57 am

    thx
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Fade and light images

    Post by Ange Tuteur June 24th 2015, 10:42 am

    You're welcome ^^

    Topic archived

    If you have anymore questions, feel free to open a new topic. Smile

      Current date/time is November 11th 2024, 9:15 pm