Code for rotation avatar
Description
This code allows you to rotate the avatar. is the version that I have improved, the code provided on the FDF. The difference between this and the base code is that it only allows you to rotate the avatar, without frames.
Demo

Code
- Code:
.poster-profile img:hover {
-moz-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
}
General Informations
Code creator:Trik boomCode tested on:Chrome - PhpBB2Checked by:-Extra infos: -
Last edited by Trik boom on Thu Aug 30, 2012 10:10 am; edited 5 times in total