Hello people of this board. I'm here today to show you how to add "rotating avatars" to your forums. I came across this technique not to long ago and I wanted to share it with the people of Webflake (you). ------------------------------------------------------------------------------------ First thing you're going want to do is to log in to your "admin control pannel" (acp/admincp) and then follow this: admincp > look and feel > your skin > css (http://gyazo.com/10ded6410c4fe427e70a1bc72b6226d0) > ipb_styles.css find: .ipsUserPhotoLink:hover .ipsUserPhoto { add below the brace - ({): -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transform: rotate(-360deg); -webkit-transform: rotate(-360deg); o-transform: rotate(-360deg); -ms-transform: rotate(-360deg); transform: rotate(-360deg); --------------------------------------------------------------------------------------------- Check out my website here