Thread: Simply Profile picture hover vb4

Results 1 to 2 of 2
  1. #1 Simply Profile picture hover vb4 


    RS Wiki's Avatar
    Join Date
    Mar 2011
    Age
    29
    Posts
    9,688
    Thanks given
    1,752
    Thanks received
    3,103
    Rep Power
    5000
    Add this to your additional.css

    Spoiler for Gif Picture:


    Spoiler for Code:
    Code:
    .avatarcontainer img {
     opacity:0.5;
     transition: all 0.5s ease-in;
            -moz-transition: all 0.5s ease-in;
            -webkit-transition: all 0.5s ease-in;
    }
    
    .avatarcontainer:hover img {
     opacity:1;
    }
    All the best,
    Wiki




    coming soon
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Sep 2013
    Posts
    0
    Thanks given
    96
    Thanks received
    104
    Rep Power
    0
    Good job, man.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Restricted Profile Picture (Affiliates)
    By Xenon in forum Complaints
    Replies: 1
    Last Post: 09-06-2010, 09:01 PM
  2. Restricted Donator Profile Picture
    By Thee Wolf in forum Complaints
    Replies: 5
    Last Post: 09-06-2010, 05:38 PM
  3. Am I allowed to wear this in the signature or profile picture?
    By ZammyPk25 in forum Forum Related Help
    Replies: 31
    Last Post: 03-22-2010, 12:58 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •