Cộng Đồng Forumotion Việt Nam
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Cộng Đồng Forumotion Việt Nam

Hỗ Trợ Forumotion Việt Nam


You are not connected. Please login or register

View previous topic View next topic Go down Message [Page 1 of 1]

1[Share] Hiệu ứng avatar mờ Empty [Share] Hiệu ứng avatar mờ Wed Jun 20, 2012 7:41 pm

SockDustPRO

SockDustPRO
Moderator
Moderator
Chèn cái này vào css
Code:
.avatar9x img {opacity: 0.3;

filter: alpha(opacity=30);

border-radius: 5px;

background-color: white;

margin: 1px 3px 3px 1px;

padding: 3px;

border: 1px solid #D4D4D4;

box-shadow: 3px 3px 3px #8A8A8A;

transform: rotate(30deg);

-moz-transform: rotate(30deg);

-webkit-transform: rotate(30deg);

transition: all 2s ease;

-webkit-transition: all 2s ease;

-moz-transition: all 2s ease;

}





.avatar9x img:hover {

opacity: 1;

filter: alpha(opacity=100);

transition: all 2s ease;

-webkit-transition: all 2s ease;

-moz-transition: all 2s ease;

transform: rotate(0deg);

-moz-transform: rotate(0deg);

-webkit-transform: rotate(0deg);

transform: scale(1.9);

-webkit-transform: scale(1.9);

-moz-transform: scale(1.9);

position: relative;

}

http://vuilam.123.st

View previous topic View next topic Back to top Message [Page 1 of 1]

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