i put on my side with floating code
but it does not work
CSS On Css File WP theme
html codeCode:p#socialicons img{ /* 1st set of icons. Rotate them 360deg onmouseover and out */ -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; } p#socialicons img:hover{ -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
can you help me pleaseCode:<center> <p id="socialicons"> <table><tr><td> <a href="https://www.facebook.com/SempoiNetwork" target="_blank"><img border="0" src="http://www.teamsempoi.com/blog/images/misc/facebook-fb.png" title="Welcome to Sempoi Network Fan"/></a> </td><td> <a href="http://twitter.com/My_Sempoi" target="_blank"><img border="0" src="http://www.teamsempoi.com/blog/images/misc/twitter-tw.png" title="Welcome to Sempoi Network Twitter"/></a> </td><td> <a href="https://www.facebook.com/MySempoi" target="_blank"><img border="0" src="http://www.teamsempoi.com/blog/images/misc/facebook-fb.png" title="Welcome to TeamSempoi Fan"/></a> </td></tr></table> </p> </center>
i use on Wordpress platform
http://www.dynamicdrive.com/style/cs...ss3_transform/



Reply With Quote

Bookmarks