Add Floating Icons On WordPress Blog
I like floating Icons on the side page, move up/down with the scroll, cool. There are tons of tutorial about this, I just wrote this up to remind me how to do mine. Add these lines in our theme style.css. /*side column*/ #return_top a { position:absolute; position:fixed; left:0; bottom:15px; display:block; height:138px; width:38px; background:url(images/return-top.png) no-repeat left …