Phan Tuấn Anh

LIKEDISLIKE[PunBB] RIP by Phan Tuấn Anh Empty Re: [PunBB] RIP by Phan Tuấn Anh

You are not connected. Please login or register

Social Icon

Go down  Message [Page 1 of 1]

1Social Icon  Empty Social Icon Thu Jun 26, 2014 1:38 pm

Eby Disagnio

Eby Disagnio
WebMaster

Social Icon  Rrrr10

Hapi i pare

CSS

Code:
   ul.socialicons {
            list-style: none;
            margin:0px;
            padding:5px;
            position:fixed;
            left:0px;
            top:250px;
        }
        ul.socialicons li {
            padding-bottom:8px;
            padding-left:15px;
        }
        ul.socialicons li img {
            opacity:0.5;
            transition-duration:0.5s;
            -moz-transition-duration:0.5s;
            -webkit-transition-duration:0.5s;
            -o-transition-duration:0.5s;
        }
        ul.socialicons li img:hover {
            opacity:1.9;
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            transform: rotate(360deg);
        }


Hapi i dyte

HTML

Code:
   <ul class="socialicons">
    <li><a href="link here"><img src="img here" /></a></li>
    </ul>

https://webmaster.albanianforum.net

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum